Finish the current function and return to caller.

Section: Breakpoints and Debug Control

Step out

text
text
Shift+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 into
Enter the next function call.
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.