Click here to Skip to main content
15,891,253 members
Articles / Programming Languages / C++

Post-Mortem Debugging Your Application with Minidumps and Visual Studio .NET

Rate me:
Please Sign up or sign in to vote.
4.95/5 (99 votes)
6 Mar 200216 min read 1.3M   7.4K   347  
This article describes how minidumps work, how to make your application create them when it crashes, and how to read them back with Visual Studio .NET.

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 24-May-18 7:48 Available Deeksha Shenoy
Updates in content. Changes: 500
1 No 6-Mar-02 18:00 Available Chris Maunder

Written By
Web Developer
United States United States
I'm a developer at Microsoft on Visual Studio. I am responsible for the native code debugger, the SQL debugger, plus much of the debugger's infrastructure. I've been a debugger developer at MS for six years, plus for other people many years before. Anyone used the 68k versions of HiSoft Devpac in the early 80s? That was me.

Comments and Discussions