# FlashBASIC Debugger commands

When the BASIC/FlashBASIC debugger is entered, it indicates
the source code line number to be executed next and prompts for commands
with an asterisk.

## In this section

- [# command](https://d3codex.com/flashbasicdebugger/pound-command/)
- [Dollar command](https://d3codex.com/flashbasicdebugger/dollar-command/)
- [$! command](https://d3codex.com/flashbasicdebugger/dollar-exclamation-command/)
- [/ command](https://d3codex.com/flashbasicdebugger/slash-command/)
- [? command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/question-command-flashbasic-debugger/)
- [?! command](https://d3codex.com/flashbasicdebugger/question-exclamation-command/)
- [> command](https://d3codex.com/flashbasicdebugger/right-carat-command/)
- [b command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/b-command-flashbasic-debugger/)
- [c command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/c-command-flashbasic-debugger/)
- [CTRL+J command](https://d3codex.com/flashbasicdebugger/ctrl-j-command/)
- [CTRL+N command](https://d3codex.com/flashbasicdebugger/ctrl-n-command/)
- [d command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/d-command-flashbasic-debugger/)
- [de command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/de-command-flashbasic-debugger/)
- [debug command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/debug-command-flashbasic-debugger/)
- [down command](https://d3codex.com/flashbasicdebugger/down-command/)
- [e command](https://d3codex.com/flashbasicdebugger/e-command/)
- [edit command (BASIC/FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/edit-command-basic-flashbasic-debugger/)
- [end command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/end-command-flashbasic-debugger/)
- [g command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/g-command-flashbasic-debugger/)
- [h command](https://d3codex.com/flashbasicdebugger/h-command-flashbasic-debugger/)
- [k command](https://d3codex.com/flashbasicdebugger/k-command/)
- [l command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/l-command-flashbasic-debugger/)
- [lp command](https://d3codex.com/flashbasicdebugger/lp-command/)
- [m command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/m-command/)
- [n command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/n-command-flashbasic-debugger/)
- [off command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/off-command-flashbasic-debugger/)
- [p command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/p-command-flashbasic-debugger/)
- [pc command](https://d3codex.com/flashbasicdebugger/pc-command/)
- [r command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/r-command-flashbasic-debugger/)
- [return command](https://d3codex.com/flashbasicdebugger/return-command/)
- [s command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/s-command-flashbasic-debugger/)
- [t command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/t-command-flashbasic-debugger/)
- [u command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/u-command-flashbasic-debugger/)
- [up command](https://d3codex.com/flashbasicdebugger/up-command/)
- [v command](https://d3codex.com/flashbasicdebugger/v-command/)
- [z command](https://d3codex.com/flashbasicdebugger/z-command-flashbasic-debugger/)
- [[ command](https://d3codex.com/flashbasicdebugger/left-bracket-command/)
- [\ command](https://d3codex.com/flashbasicdebugger/backslash-command/)
- [] command](https://d3codex.com/flashbasicdebugger/right-bracket-command/)

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