Resume and wait
debug_resumeResume or start a paused Node.js session and wait for the next breakpoint, enabling scripted stepping through code.
Instructions
Start or continue, then wait for the next pause. Use for scripted stepping through breakpoints. From awaiting_start, starts the isolate (set breakpoints first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session id from debug_launch/debug_attach. Required when more than one session is live. | |
| timeoutMs | No | Timeout in milliseconds. Default 30000 |