How to get the exception shown in WinDBG via CLRMD

262 Views Asked by At

When i open a crash dump (mini dump) via WinDBG it usually points to a particular call stack and exception. Likewise when i open it in Visual Studio (it also automatically selects the correct thread where the exception originated). In CLRMD i can inspect each thread's stack trace/exception but how do i know which thread was active at the time/what was the last exception to occur?

0

There are 0 best solutions below