Associate WinDBG With .DMP Files

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

5 Responses to “Associate WinDBG With .DMP Files”

  1. [...] This post was Twitted by analyzeinfo [...]

  2. Taehwa says:

    It is very useful. Thank you ^^

  3. [...] 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 [...]

Leave a Reply