windbg_wait_exception_profile
Wait for exception or crash output using preset filter profiles (default, tg, asan) without sending break-in on timeout. Capture filtered crash logs for debugging within a specified timeout and line limits.
Instructions
Wait for exception/crash output using a preset filter profile (default/tg/asan). Does not send break-in on timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Preset filter profile | tg |
| timeout | No | Absolute seconds to wait | |
| max_lines | No | Maximum raw event lines to read | |
| tail_lines | No | Return only the last N filtered lines |