debugger_step_out
Resume execution to exit the current paused function and stop at the next statement, keeping the pause active for step-by-step debugging.
Instructions
Step out from the current pause and stop at the next statement. Stepping implies you want the pause held, so it will not auto-resume between steps — but it is still released automatically after maxPauseMs if you stop. The new location and scope are available from debugger_get_state and debugger_get_scope once it settles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||