| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Primary, Debug |
|
See also |
DEBUGMODE, SETDEBUGVARIANT |
This method defines a default breakpoint if debugger is activated. Use this method if you are testing a script a few times to set breakpoints at the important positions. So you don't need to set the same breakpoint every time you are running the script.
For the script processor itself the line interpreted as a NOP line (no operation) like a comment line.
BREAKPOINT [<VariantsString>]
|
Part |
Description | |
| <VariantsString> |
Optional; any desired string specifying that this breakpoint should only be activated by default when a specified debug variant (using the SETDEBUGVARIANT command) is contained in the string used here. Different variants should be separated e.g. with [ ] characters as an instring search of the string used in SETDEBUGVARIANT is performed determining if the breakpoint should be activated. | |