debugger_step_over
Step over the current paused line to execute the next statement while keeping the debugger paused. Use this to advance through code without resuming, then inspect state and scope after settling.
Instructions
Step over 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 | |||