Postmortem Debugging of Dump Files
Last updated
Was this helpful?
Last updated
Was this helpful?
See (Microsoft) and (Wikipedia) for the definition of a dump. A lot of tools can create dump file such as
TaskMgr, , and Visual Studio itsefl. See .
To debug a dump file in Visual Studio, you can just simply click the File
-> Open
-> File
menu and select the dump file you want to debug.
.