To continue normal program execution, choose the debugger's Run button.
To quit the program, click the program's Close box or choose the debugger's Restart button.
To quit the program debugger, choose the Exit button.
NOTE
Closing the debugger window's Close box, or pressing Ctrl-C in the shell that launched the debugger, can confuse the debugger. Don't do it.
Setting a breakpoint
At this point you can perform single-step execution by choosing the Line Step button. Examine the values of local variables in the upper-left area of the debugger window. Double-clicking on object variables and pointers expands them to show their component values.
Clicking on a line sets or removes a breakpoint for that line.
This button brings up a window containing a red area. When you click in the red area, the breakpoint stops the program and brings the debugger to the foreground.
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.