| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Primary, Debug |
|
See also |
BREAKPOINT, SETDEBUGLOG |
Switches debug mode on or off. Use this method to activate the debugger or specify under which circumstances the debugger should be activated automatically.
For productive use debug mode should be set to OFF.
DEBUGMODE <OnOff> | <AutoOn>
|
Part |
Description | |
| <OnOff> |
ON|OFF; if ON then debugger is activated and shown otherwise debugger is closed and deactivated. | |
| <AutoOn> |
ONERROR; specifying to switch automatically to debug mode when an error occured. | |