Section: Breakpoints and Debug Control

Step into

text
text
F11

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 Breakpoints and Debug Control
Toggle breakpoint
Set or remove a breakpoint.
OpenIn sheettextsame section
Step over
Execute current line without stepping into functions.
OpenIn sheettextsame section
Step out
Finish the current function and return to caller.
OpenIn sheettextsame section
Continue / pause
Resume running until next breakpoint.
OpenIn sheettextsame section
Basic Node launch config
Debug the current Node file.
NPM build task
Run npm build as a task.