# c command (FlashBASIC Debugger)

The c command toggles on or off the
display of the current source line when stepping through the program
with CTRL+J. When this function is on, the line displays after it
has been executed.

## Syntax

```
c{!}
```
The c! form of the command is identical to the c command,
 except that it displays the source line *before* it has been executed.

## See also

- [BASIC/FlashBASIC Debugger](https://d3codex.com/flashbasicdebugger/basic-flashbasic-debugger/)
- [CTRL+J command](https://d3codex.com/flashbasicdebugger/ctrl-j-command/)
- [e command](https://d3codex.com/flashbasicdebugger/e-command/)
- [debug command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/debug-command-flashbasic-debugger/)
- [l command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/l-command-flashbasic-debugger/)

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