basic.debugger.e Command/BASIC: Debugger
basic.debugger.e
| Command | basic.debugger.e Command/BASIC: Debugger Applicable release versions: AP, R83, AP 6.0 FlashBASIC |
|---|---|
| Category | BASIC: Debugger (38) |
| Description | indicates the number of instructions to execute prior to returning to the Pick/BASIC debugger. The "e" command, followed by a <return>, disables the previous iteration counter setting and executes "continuously". |
| Syntax | e{number.lines} |
| Options | |
| 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. |
| Purpose | |
| Related |
basic.debugger.n basic.debugger.overview basic.debugger.g basic.debugger.t basic.debugger.c <ctrl>n |
