# de command (FlashBASIC Debugger)

The de command invokes the system debugger
from the BASIC/FlashBASIC debugger. Issuing a g command from the system debugger returns control to the BASIC/FlashBASIC
debugger. The de command is identical to the debug
command at TCL.

## Syntax

```
de
```

## Example(s)

```
*de
!g
*
```
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

- [BASIC/FlashBASIC Debugger](https://d3codex.com/flashbasicdebugger/basic-flashbasic-debugger/)
- [c command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/c-command-flashbasic-debugger/)
- [CTRL+N command](https://d3codex.com/flashbasicdebugger/ctrl-n-command/)
- [d command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/d-command-flashbasic-debugger/)
- [debug command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/debug-command-flashbasic-debugger/)
- [debug command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/debug-command-flashbasic-debugger/)
- [down command](https://d3codex.com/flashbasicdebugger/down-command/)
- [off command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/off-command-flashbasic-debugger/)
- [edit command (BASIC/FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/edit-command-basic-flashbasic-debugger/)

---
Source: https://d3codex.com/flashbasicdebugger/de-command-flashbasic-debugger/ - part of the D3Codex reference.
