# CTRL+J command

The CTRL+J command has the same
effect as the BASIC/FlashBASIC debugger g command, except that CTRL+J only requires one character. If the BASIC/FlashBASIC
debugger c option is enabled, CTRL+J also displays
the BASIC instruction after it is executed.

## Syntax

```
CTRL+J
```

## See also

- [c command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/c-command-flashbasic-debugger/)
- [debug command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/debug-command-flashbasic-debugger/)

---
Source: https://d3codex.com/flashbasicdebugger/ctrl-j-command/ - part of the D3Codex reference.
