Pause
debug_pausePause an active Node.js debugging session to halt execution and capture the current state. Returns the existing snapshot if already paused.
Instructions
Request Debugger.pause. Returns the current snapshot if already paused.
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 |