| end | Index Level | help |
| Syntax | g{line.number} |
| Category | BASIC Debugger |
| Type | Command |
| Description |
resumes execution of a program after it has been interrupted by the execution of a FlashBASIC debug statement or by typing the break key or esc-level key.
The optional line number is only valid for programs compiled by the native compiler (unflashed) with eol (end-of-line) characters. The "g" command will not resume execution after an error condition. |
| Options | |
| See Also | debugger n off end DEBUG c{!} e j |
| Example | |
| Warnings | The FlashBASIC debugger is not able to jump to a specific line number. |
| Compatibility |
| end | Index Level | help |