# off command (FlashBASIC Debugger)

The off command stops processing at
all levels on the current port and returns control to the initial
logon prompt.

## Syntax

```
off
```

## See also

- [de command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/de-command-flashbasic-debugger/)
- [debug command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/debug-command-flashbasic-debugger/)
- [debug statement](https://d3codex.com/pickbasic-flashbasic/debug-statement/)
- [end command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/end-command-flashbasic-debugger/)
- [debug command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/debug-command-flashbasic-debugger/)
- [off command (TCL commands)](https://d3codex.com/tcl/off-command-tcl-commands/)
- [system-coldstart macro](https://d3codex.com/tcl/system-coldstart-macro/)

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