breakpoint_wait
Block execution until the debuggee hits a breakpoint or completes a step. Returns the top stack frame and surrounding source code snippet.
Instructions
Block until the debuggee hits a breakpoint, completes a step, or otherwise stops. Returns the stop info plus auto-context: the topmost stack frame and a source snippet around the stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutSeconds | No | Maximum seconds to wait. Defaults to 30. |