| d | Index Level | debug |
| Syntax | |
| Category | BASIC Debugger |
| Type | Command |
| Description |
invokes the system (virtual) debugger from the FlashBASIC debugger.
Issuing a "g" command from the virtual debugger returns control to the FlashBASIC debugger. The "de" command is identical to the "debug" command at TCL. |
| Options | |
| See Also | debugger off g d debug debug System Debugger functions |
| Example |
*de
!g * |
| 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 |
| d | Index Level | debug |