FlashBASIC Debugger
debug command (FlashBASIC Debugger)
.mdThe debug command temporarily exits the BASIC/FlashBASIC debugger and invokes the system debugger. Issuing a g command from the system debugger returns control to the BASIC/FlashBASIC debugger.
Example(s)
Press BREAK to enter the debugger.
*I3 ***debug I bd.d.064 => 19 b$bd.com !!!g
Returns to the BASIC/FlashBASIC debugger.
***g
Resumes program execution.
Warning: The
system debugger is extremely powerful and should not be used without a strong working knowledge of its capabilities and
features. Using the system debugger incorrectly could result in corrupt
data or a system crash.