File: PolyMLDebug.html

package info (click to toggle)
polyml 5.6-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 31,892 kB
  • ctags: 34,453
  • sloc: cpp: 44,983; ansic: 24,520; asm: 14,850; sh: 11,730; makefile: 551; exp: 484; python: 253; awk: 91; sed: 9
file content (48 lines) | stat: -rw-r--r-- 1,545 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The PolyML.Debug structure</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="docstyle.css" rel="stylesheet" type="text/css">
</head>

<body>
<ul class="nav">
	<li><a href="PolyMLCompiler.html">Previous</a></li>
	<li><a href="PolyMLStructure.html">Up</a></li>
	<li><a href="PolyMLDebuggerInterface.html">Next</a></li>
</ul>
<H2><STRONG><font face="Arial, Helvetica, sans-serif">The PolyML.Debug structure</font></STRONG></H2>
<p> The <span class="identifier">PolyML.Debug</span> structure contains functions 
  to assist with debugging. For a tutorial see <a href="../Tutorials/Debugging.html">here</a>.</p>
<pre class="mainsig">
structure Debug :
  sig
    val breakAt : string * int -> unit
    val breakEx : exn -> unit
    val breakIn : string -> unit
    val clearAt : string * int -> unit
    val clearEx : exn -> unit
    val clearIn : string -> unit
    val continue : unit -> unit
    val continueWithEx : exn -> unit
    val down : unit -> unit
    val dump : unit -> unit
    val stack : unit -> unit
    val step : unit -> unit
    val stepOut : unit -> unit
    val stepOver : unit -> unit
    val trace : bool -> unit
    val up : unit -> unit
    val variables : unit -> unit
  end
</pre>
<p>&nbsp; </p>
<ul class="nav">
	<li><a href="PolyMLCompiler.html">Previous</a></li>
	<li><a href="PolyMLStructure.html">Up</a></li>
	<li><a href="PolyMLDebuggerInterface.html">Next</a></li>
</ul>

</body>
</html>