Programming and animation
Programming and animation ideas, articles, tutors, scripts, plugins in the 3d-
Minidump for VisualStudio and GCC
Posted on 26 September 2009 Neill 1 commentWhat is a minidump? Now, if the client application was launched from the debugger, then when an error occurs, the debugger would show a stopping place in the code and it would be possible to see variable values at the time of the crash. So minidump snapshot, with which you can do the same, but without running the debugger. The client runs your application, and from crashing minidump, you can determine where is the place of failure.
Programming C++, debug, GCC, minidump, overview, Tips, VisualStudio, Win32
But the way of creation this minidumps differ in VisualStudio and GCC.

English
Russian
Recent Comments