|
Use the Debugging Tools for Windows to debug drivers, applications, and services on Windows systems. Debugging Tools for Windows includes WinDbg, a powerful debugger with a graphical interface and a console interface.
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
.mdmp - Windows Minidump File (System Files)
When your computer crashes a special file is created which logs what has happened when the computer crashed. These files can then be debugged to see what... [More Information] |