continue_execution
Resumes program execution that was paused at a breakpoint, exception, or step. Blocks until the next stop event or timeout, then returns new state and reason.
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 |