Execute current line without stepping into functions.

Section: Breakpoints and Debug Control

Step over

text
text
F10

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 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.