Session status
debug_statusCheck a Node.js debug session's current state (idle, connecting, paused, running, closed), process ID, and inspector WebSocket URL. Provide sessionId only when multiple sessions are active.
Instructions
Return one session's idle/connecting/paused/running/closed, pid, and inspector WebSocket URL. Omit sessionId if only one session is live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session id from debug_launch/debug_attach. Required when more than one session is live. |