Just recently finished upgrading my laptop to Win7 and remembered a quick WinDBG tip.
If you want to associate your .dmp files with WinDBG, execute the following WinDBG command line:
windbg.exe -IA
Just recently finished upgrading my laptop to Win7 and remembered a quick WinDBG tip.
If you want to associate your .dmp files with WinDBG, execute the following WinDBG command line:
windbg.exe -IA
[...] This post was Twitted by analyzeinfo [...]
It is very useful. Thank you ^^
[...] Read at: Analyze -v [...]
[...] http://analyze-v.com/?p=477 [...]
[...] the appropriate PDBs for the images in the dump. I then have to extract the dump file to a folder, double click on the DMP file, and then add the path to the unzipped dump to my symbol search path so that I grab the appropriate [...]