DEBUG

DEBUG


DCOUNT Index Level default file variables
Syntax DEBUG
Category BASIC
Type Statement
Description temporarily suspends execution of a FlashBASIC program and invokes the FlashBASIC debugger.

The program may also be "run" with the "d" option, or, if cataloged, activated with a "d" option. (see "run" and "catalog")

The "g" command in the FlashBASIC debugger returns control to the FlashBASIC program and continues execution at the next executable statement in the program.
Options
See Also brk-debug statements & functions run BREAK t break-key-on catalog off break-key break-key-off brk-level EXECUTE end ? b d g k debugger
Example crt 'Command ':
input response
if response = "d" then debug
Warnings
Compatibility D3 7.0 AP R83
DCOUNT Index Level default file variables