pause_execution
Pause a running .NET application to inspect its state. After pausing, use get_call_stack to view the call stack.
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 |