Sunday 20 January 2013

Use windebug to read a memory dump after a BSOD



I'll expand on this later but the 3 commands that need to be run to get started are below.
Replace SymbolPath with the location of the symbols that have been downloaded
Replace DumpFilePath with the .dmp file

cd c:\program files\debugging tools for windows
windbg -y SymbolPath -i ImagePath -z DumpFilePath
kd -y SymbolPath -i ImagePath -z DumpFilePath

No comments:

Post a Comment