Section: Breakpoints and Debug Control

Toggle breakpoint

text
text
F9

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
Step over
Execute current line without stepping into functions.
OpenIn sheettextsame section
Step into
Enter the next function call.
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.