get_debug_state
Retrieve the current debug session state including state, threads, position, and exception info to determine if the application is paused and user interaction is blocked.
Instructions
Get the current debug session state.
Returns state, threads, current position, and exception info. The user cannot see this directly - summarize important info for them.
IMPORTANT: Always check state before asking user to interact with the app GUI! If the app is paused at a breakpoint, the user cannot interact with UI. Call continue_execution first if state shows stopped/paused.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||