WinDbg

Crash analysis

Basic user mode crash analysis

.exr -1 gives you details about the last exception thrown.

!analyze -v usually does a good job as well.

For .NET, the command !pe of the SOS extension shows details about the .NET exception that was thrown.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow