PickBASIC / FlashBASIC
debug statement
.mdThe debug statement temporarily suspends execution of a FlashBASIC or BASIC program and invokes the FlashBASIC or BASIC debugger.
Syntax
debugDescription
The program can also be run with the d option, or, if cataloged, activated with a d option.
The g command in the FlashBASIC or BASIC debugger returns control to the FlashBASIC or BASIC program and continues execution at the next executable statement in the program.
Example(s)
See also
? command (FlashBASIC Debugger)→b command (FlashBASIC Debugger)→BASIC/FlashBASIC Debugger→break statement→break-key command→break-key-off macro→break-key-on macro→brk-debug command→brk-level command→catalog command→d command (FlashBASIC Debugger)→end command (FlashBASIC Debugger)→execute statement (UNIX)→debug command (FlashBASIC Debugger)→k command→off command (FlashBASIC Debugger)→run command→Statements and functions→edit command (BASIC/FlashBASIC Debugger)→
Referenced by
7 topics mention debug statement in its description.