debugger
Invokes the runtime debugger.
Available in:
Apps (win) |
Apps (char) |
Reportwriter |
RPC |
Standalone PL |
X |
X |
X |
|
X |
Syntax
void debugger()
Description
This opens a basic debugger. Type '?' to get a list of commands.
Notes
For more information on debugging, refer
to the DesignVision Users Guide.
Example
Calls the debugger when a certain employee has been processed.
if (NAME == "JONES") debugger();