Debug Session Status
debug_statusCheck debugger lifecycle state, selected stop, events, and adapter stderr to classify a session as initialized, running, stopped, postmortem, exited, or failed. Read-only; does not alter execution.
Instructions
Inspect debugger lifecycle state, the selected stop, recent DAP events, and bounded adapter stderr without changing target execution. Use this to determine whether a session is initialized, running, stopped, postmortem, exited, or failed before choosing another debug tool; it is diagnostic only and does not resume, launch, attach, or terminate the debuggee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adapterId | No | ||
| adapterPid | No | ||
| configured | Yes | ||
| initialized | Yes | ||
| capabilities | No | ||
| recentEvents | Yes | ||
| activeRequest | No | ||
| adapterRunning | Yes | ||
| recentAdapterStderr | Yes |