Continue
debug_continueResume a paused Node.js debugging session or start a waiting isolate, allowing execution to proceed to the next breakpoint.
Instructions
Start the isolate if still awaiting_start, or resume a paused target. Returns immediately. Use debug_wait_for_pause after a breakpoint is expected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session id from debug_launch/debug_attach. Required when more than one session is live. |