The debugger can display the following debug information:
The displayed debug information is updated at the following times:
To display the contents of variables:
or select the 'Watch' command from the Debug menu to display the Watch dialog box
(see the figure below).
Variable contents are not displayed when any of the following is true:
To delete the registered variable, do one of the following:
To delete all the variables registered in the variable field, click the Clear button.
To display the register contents, press the 'Registers' toolbutton
or select the 'Registers' command from the Debug menu.
The current register contents are displayed in the Registers window:

To display a traceback, press the 'Traceback' toolbutton
or select the 'Traceback' command from the Debug menu.
The current traceback information is displayed in the Traceback window:

To display a load map, press the 'Map' toolbutton
or select the 'Map' command from the Debug menu.
The current loaded modules are displayed in the Map window:
When a debug session is in progress, the program output is displayed in a separate window that is automatically displayed while the program is running. If the program is a console application, a console window is provided for output, otherwise, whatever UI window that is programmed will be visible.
©2011 Lahey Computer Systems, Inc. All rights reserved.