# brk-level command

The brk-level command causes the BREAK
key to push a level on subsequent uses. It is not possible to push
a level while at the TCL prompt. At least one character must be entered.

On some systems, when the BREAK key is set to push a level,
it is not possible to push a level while in the debugger. To push
a level while in the debugger, type : and press
ENTER.

## See also

- [break-key command](https://d3codex.com/tcl/break-key-command/)
- [break-key-off macro](https://d3codex.com/tcl/break-key-off-macro/)
- [break-key-on macro](https://d3codex.com/tcl/break-key-on-macro/)
- [brk-debug command](https://d3codex.com/tcl/brk-debug-command/)
- [debug command (TCL commands)](https://d3codex.com/tcl/debug-command-tcl-commands/)
- [debug statement](https://d3codex.com/pickbasic-flashbasic/debug-statement/)
- [esc-data command](https://d3codex.com/tcl/esc-data-command/)
- [esc-level command](https://d3codex.com/tcl/esc-level-command/)
- [Level pushing](https://d3codex.com/tcl/level-pushing/)
- [Levels](https://d3codex.com/definitions/levels/)
- [u218d user exit](https://d3codex.com/proc/u218d-user-exit/)

---
Source: https://d3codex.com/tcl/brk-level-command/ - part of the D3Codex reference.
