Arbortext Command Language > set Command Options > set windowsscriptdebugger
  
set windowsscriptdebugger
set windowsscriptdebugger= { on | off}
The windowsscriptdebugger option controls whether any installed Windows script debugger can be launched.
If windowsscriptdebugger is set to on, any system-installed Windows script debugger will be launched automatically when the active script engine encounters one of the following conditions:
A run-time error. (Script syntax errors will not launch the debugger.)
A Stop statement in a VBScript.
A debugger statement in a JScript.
Do not set this option to on if no debugger is installed.
If windowsscriptdebugger is set to off, no script debugger will be launched. Runtime errors will be reported in message boxes.
The default value of the windowsscriptdebugger option is off.
Related Topics
set javascriptinterpreter