# debug command (TCL commands)

The debug command enters the system
debugger (if at TCL) or enters the BASIC/ debugger (if running a FlashBASIC
program).

**Synonyms:** db

## Description

Even if the debug command is not available, the system still enters the
 debugger with the proper privileges.

## Example(s)

```

 debug
 I ut.go.debug:nnn
 !
```

---
Source: https://d3codex.com/tcl/debug-command-tcl-commands/ - part of the D3Codex reference.
