windbg_continue
Resume execution of a paused target, returning on breakpoint, exception, or exit. Includes auto-break on timeout to keep control recoverable.
Instructions
Resume execution (cdb 'g'). Returns when the target hits a breakpoint, exception, or exits. On timeout the server auto-breaks the target so you can recover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Seconds before auto-break |