Initial xloong code
[xloong.git] / doc / html / debgs.htm
blobe1b0ba4feda88f842e0d6bddf2f05c37e3a2b0fa
1 <html>
3 <head>
4 <title>Debuggers</title>
5 </head>
7 <body>
9 <h1 align="center">Debuggers</h1>
10 <!--INDEX debuggers -->
12 <p>The debugger is used to provide a user interface to the debug <a href="mondef.htm">Monitor</a>.
13 You can use either a <a href="terms.htm">terminal</a> emulator, or a source-level debugger
14 to perform this function.</p>
16 <p>A source-level debugger permits you to perform your entire debugging session from a
17 high-level language point of view. You can display and set variables by name even if they
18 are local (on the stack), you can also single step one high-level language statement at a
19 time. Breakpoints are specified in terms of source line numbers or function names.</p>
21 <hr>
22 <p> <b>Navigation:</b> <a href="pmon.htm">Document Home</a> | <a href="doctoc.htm">Document
23 Contents</a> | <a href="docindex.htm">Document Index</a> <br>
24 </p>
25 <p><!--$Id: debgs.htm,v 1.1.1.1 2006/09/14 01:59:06 root Exp $ --> </p>
26 </body>
27 </html>