Debug: Start / Continue
debug.start Start debugging the current file, or continue when paused.
How to run it
Open the command palette (M-x in the Emacs keymap) and search for Debug: Start / Continue, then press Enter. It also has a default keybinding:
| Emacs | C-cC-dd |
| VS Code | f5 |
| IntelliJ IDEA | S-f9 |