The debug statement temporarily suspends execution of a FlashBASIC or BASIC program and invokes the FlashBASIC or BASIC debugger.
debug
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.
crt ’command ’: input response if response = "d" then debug
? 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)