Published by Roman on 25 Mar 2010
ProcessSnapshot: Create process minidump for port-mortem debugging
ProcessSnapshot is a utility to take a snapshot of process call stacks, and the snapshot taken is written into a human friendly text file.
Additionally to this, the utility has been given a capability to create process minidump files, on user request. The minidump files can be used with debugger to analyze the context of the process using feature rich debug environment, esp. Microsoft Visual Studio. To create a minidump for a process, check a corresponding box and press “Take a Dump” button. A file named “<process-image-name> – <date> <time>.dmp” will be created in the directory of the utility executable.
See also:
- Minidump Files (MSDN)
- How to read the small memory dump files that Windows creates for debugging
- Post-Mortem Debugging Your Application with Minidumps and Visual Studio .NET
- How to View Windows Minidump Files
A binary [Win32, x64] and partial Visual C++ .NET 2008 source code are available from SVN.






