get_status
Retrieve the current debugger and session state to decide if stepping, continuing, or setting breakpoints is appropriate. Returns connectivity, session mode, instruction pointer, thread info, and a next-step hint.
Instructions
Query the current state of the debugger and active session. Returns bridge connectivity, session state (idle/paused/running/stepping/terminated), current instruction pointer, active thread, and a next-step hint. Call this whenever you are unsure what state the debugger is in before issuing step/continue/breakpoint operations. This is always safe to call — it does not change any debugger state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session ID (optional — omit to get bridge-level status only) |