| de | Index Level | down |
| Syntax | |
| Category | BASIC Debugger |
| Type | Command |
| Description |
temporarily exits the FlashBASIC debugger and invokes the system (virtual) debugger.
Issuing a "g" command from the virtual debugger returns control to the FlashBASIC debugger. The "debug" command is identical to the "de" and "debug" (TCL) command. |
| Options | |
| See Also | de debugger d off end g debug System Debugger functions |
| Example |
<break>
*I3 ***debug<return> I bd.d.064 => 19 b$bd.com !!!g<return> <- Returns to FlashBASIC debugger ***g<return> <- Resumes program execution |
| Warnings | The virtual debugger is extremely dangerous and powerful and should not be used unless one possesses a strong working knowledge of its capabilities and features. |
| Compatibility | D3 7.0 AP R83 AP 6.0 FlashBASIC |
| de | Index Level | down |