windbg_run_to
Run the debugger until it reaches a specified address or symbol, then stop for analysis. Include a timeout to auto-break if needed.
Instructions
Run until execution reaches a given address or symbol (cdb 'g ').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address or symbol like 'kernel32!CreateFileW' | |
| timeout | No | Seconds before auto-break |