The 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.
The BASIC/FlashBASIC debug and de commands are identical to the TCL debug command.
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. |
See Also