pause_execution
Pause program execution to inspect the call stack with get_call_stack(). Returns immediately after sending the command.
Instructions
Pause program execution.
State: RUNNING required. Returns immediately (does not block like step tools). Use get_call_stack() after pause to inspect the stopped state.
Unlike continue/step tools, this returns immediately after sending the pause command — it does not wait for a stopped event.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No |