RESUME Resume script execution from a breakpoint
<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands > RESUME Resume script execution from a breakpoint |
Syntax: |
RESUME |
|
Arguments: |
None |
|
Options: |
None |
|
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. 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: Interactive Debugging, Basic Logging