# CTRL+N command

The CTRL+N command is similar to the
BASIC/FlashBASIC debugger g command except that if single-stepping
is active, the CTRL+N command will step over any
subroutine calls.

Note: This command is only available from the BASIC/FlashBASIC
debugger.

## Syntax

```
CTRL+N
```

## See also

- [BASIC/FlashBASIC Debugger](https://d3codex.com/flashbasicdebugger/basic-flashbasic-debugger/)
- [CTRL key](https://d3codex.com/definitions/ctrl-key/)
- [de command (FlashBASIC Debugger)](https://d3codex.com/flashbasicdebugger/de-command-flashbasic-debugger/)

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