VS Code Cheat Sheet/Start debugging

Launch the current debug configuration.

Section: Settings, Debugging, and Git

Start debugging

text
text
F5

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Settings, Debugging, and Git
Basic Node.js launch.json
Minimal launch config for debugging a Node script.
OpenIn sheetjsonsame section
Open Settings UI
Search and edit settings through the UI.
OpenIn sheettextsame section
Enable format on save
Format files automatically when saved.
OpenIn sheetjsonsame section
Open Source Control view
Jump to the SCM panel quickly.
OpenIn sheettextsame section
Open Command Palette
Run any VS Code command quickly.
Delete line
Remove the current line quickly.