Choose preferences for the dBASE Plus Debugger operations. Click Apply to apply your changes while leaving the dialog box open. Click the OK button to apply the changes and close the dialog box.

Dialog box options

 

General

Set general debugger behavior:

Show exceptions If checked, whenever an exception occurs in the code it will be displayed in a dialog box in the debugger.

Cancel when debugger closes If checked, when the debugger is closed, the program stops executing.

Variables

Choose which types of variable will be displayed in the Variables tool window. Local variables are always displayed.

This If checked, the This object will be tracked.

Global If checked, the program’s global variables will be tracked.

System If checked, system variables will be tracked. Default is off (unchecked) because the multitude of system variables could slow performance.

Source display

Options affecting how the debugger’s Source window appears:

In tabbed window If checked, displays other open code modules in tabbed pages.

TreeView graphics If checked, displays bitmaps in the TreeView.

How to get there: With the debugger open, choose Properties|Debugger Properties.