windbg_continue
Resume execution of a debugger target and wait until a breakpoint, exception, or exit occurs. Auto-breaks on timeout for recovery.
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 |