debug_pause
Pause the debuggee by providing a thread ID; automatically uses the last stopped thread if none specified.
Instructions
Pause the debuggee. Requires a thread id; defaults to the last-stopped thread if known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | No | Thread id to pause. If omitted, uses the last thread that stopped. |