debug_continue
Resume a paused debugging session to run until a breakpoint is hit, a specified address is reached, or the process exits.
Instructions
Continue execution of the debugged process until a breakpoint is hit, an address is reached, or the process exits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Debug session ID | |
| timeout_ms | No | Timeout in milliseconds (default 5 minutes) | |
| until_address | No | Stop at this address (sets temporary breakpoint). If omitted, continues until next breakpoint or exit. |