debugger_step_into
Step into the current paused execution to advance to the next statement, retaining the paused state for further inspection.
Instructions
Step into 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 | |||