Debug

Sets the debugging mode.

Debug <Mode No.>

Parameters
<Mode No.>
The number of the debugging mode (integer).

Return Value
None.

Description
Sets the action for when a Macro Error is generated.
The mode numbers are as listed below.
0: None message is output always.
1: An error message is output to the macro console when an error occurs.
2: Execute trace(output processing line to the macro console).

Refer to refDebugging Macro Programs for details on debugging.

Example
Set the debugging mode to 0.
Debug 0