continue_execution
Resume program execution after a breakpoint or step. Waits until the program hits another breakpoint, exception, or step completion, then returns with the stop reason and next actions.
Instructions
Continue program execution. Blocks until the program stops again or timeout.
State: STOPPED required. Blocks until next stop or timeout.
This tool uses the long-poll pattern: it waits for the debugger to report a stopped event (breakpoint hit, exception, step complete) before returning.
The response includes the new state, stop reason, and next_actions so you know exactly what happened and what to do next.
IMPORTANT: While waiting, the program is RUNNING — do not call get_variables or get_call_stack until this tool returns with state=stopped.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No |