RESUME Resume script execution from a breakpoint |
Top Previous Next |
This command is intended to be used from the console command line during debugging to resume script execution with the next statement following a BREAK command. (re)run the currently selected script file. This command has the same effect as clicking the Skip To Next Command (Ctrl + N) button on the toolbar.
The RESUME command is not supported as a command within a script file itself - it is only for use from the console command line during script debugging.
Related Command(s): BREAK, GO, STOP See also: Debugging Script Files
|