Open MDMP File
An MDMP format and extension file is a compressed data file created by Windows after a program crash or error.
The MDMP contains data "dumped" from the program's memory space, which includes error information that can be used for debugging.
MDMP files are typically created along with an uncompressed HDMP file and may be submitted to Microsoft as part of a bug feedback process.
Open an MDMP file
You can open for analysis an MDMP file using Microsoft Visual Studio by selecting File ? Open Project, setting the "Files of type" option to "Dump Files", choosing the MDMP file, clicking Open , and then running the debugger.
The debugger will create a mock process, which will stop at the instruction responsible for the failure.
MDMP files can also be parsed using WinDbg, a debugging program that is part of the Microsoft Windows SDK.
Software to open and work with an MDMP file
How to open MDMP files
Typical MDMP application file locations:
"g:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" "%1"
c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe "%1"
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" "%1"
Frequently used application names to open MDMP files:
- Microsoft Visual Studio 10.0
- Microsoft Visual Studio 9.0
Frequently associated Windows objects:
VisualStudio.mdmp.10.0
VisualStudio.mdmp.9.0