# e command

The e command toggles the debugger on
or off. When off, prevents entry to the debugger by pressing BREAK.
On line 0, the debugger is entered in some special cases even when
the debugger is disabled.

## Syntax

```
e
```

---
Source: https://d3codex.com/unix/e-command/ - part of the D3Codex reference.
