| down | Index Level | edit |
| Syntax | e{number.lines} |
| Category | BASIC Debugger |
| Type | Command |
| Description |
indicates the number of instructions to execute prior to returning to the FlashBASIC debugger.
The "e" command, followed by a <return>, disables the previous iteration counter setting and executes "continuously". |
| Options | |
| See Also | n debugger g t c{!} n |
| Example |
*e10<return>
Sets execution counter. *g<return> Resumes program execution. This invokes the debugger after executing 10 lines. *e<return> Sets "continuous" execution. *g<return> Resumes program execution. This cancels any previous "e" commands and makes the program run without execution interruption. The "g" command must follow after the "e" command to resume the program. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 AP 6.0 FlashBASIC |
| down | Index Level | edit |