windbg_wait_exception_profile
Monitor WinDbg for exception or crash output using preset filter profiles (default, tg, asan); waits without break-in on timeout.
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 |