windbg_analyze_crash
Run WinDbg's !analyze to identify the cause of a crash from a dump or unhandled exception. Provides root cause analysis with verbose details.
Instructions
Run !analyze on the current state. Best after windbg_open_dump or on an unhandled exception.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Use !analyze -v |