1 minute read

Today I was debugging an issue where Microsoft Visual Studio was closing at random in a Microsoft Visual Studio Package. We narrowed down the issue to a previous Microsoft bug report. I came to a point where Microsoft Visual Studio was creating a mini dump file.

Visual Studio Send Information

After some quick thinking, I downloaded and installed Debugging Tools for Windows. I then opened WinDbg and clicked on Open Crash Dump and navigated to the location above.

WinDbg Open Crash Dump

Your final result will look something like this:

Dump

If you are looking for more information on how to analyze a mini dump file or how to tell WinDbg to use a symbol server then continue reading here.

Join the mailing list

Get notified of new posts and related content to your inbox. I will never sell you anything and I will NEVER sell your email address.