# break-key command

The break-key command toggles the availability
of the BREAK key, or displays its present status when issued without
options. If the PIB number is specified, the BREAK key status displays
or is modified for the PIB number requested.

## Syntax

```
break-key {pib.no}{(options}
```

## Parameter(s)

| options | f | Disables the BREAK key. |
| --- | --- | --- |
| n | Enables the BREAK key. | |
| s | Suppresses the display of the status message. | |

## Example(s)

```
break-key (f
[1323] Break key disabled.
```

```
break-key (n
[1322] Break key enabled.
```

```
break-key 35 (n
[1346] Break key enabled for pib 35.
```

## See also

- [break statement](https://d3codex.com/pickbasic-flashbasic/break-statement/)
- [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/)
- [brk-level command](https://d3codex.com/tcl/brk-level-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/)
- [u218d user exit](https://d3codex.com/proc/u218d-user-exit/)

---
Source: https://d3codex.com/tcl/break-key-command/ - part of the D3Codex reference.
