Resume running until next breakpoint.

Section: Breakpoints and Debug Control

Continue / pause

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 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 into
Enter the next function call.
OpenIn sheettextsame section
Step out
Finish the current function and return to caller.
OpenIn sheettextsame section
Basic Node launch config
Debug the current Node file.
NPM build task
Run npm build as a task.