debug
Invokes the runtime debugger.
Available in:
Apps (win) |
Apps (char) |
Reportwriter |
RPC |
Standalone PL |
X |
X |
X |
|
X |
Syntax
void debug()
Notes
To use this function you must run the .app or .rep file
with TRIMgen's -g option. 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") debug();