KB

Debugging Windows

  1. Download windbg 32 bit or 64 bit version
  2. Create folder C:\WebSymbols
  3. In windbg, click File, Symbol File Path, and enter: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
  4. Click File, Open Crash Dump, and browse to the dump file. eg. C:\Windows\MEMORY.DMP. If you get the message "Debugee not connected" this is normal, just wait as the program is decoding the dump
  5. Type !analyze -v

Note: Ignore any messages about missing symbol files for kernel32!pNlsUserInfo, when using windbg version 6.8.0004.0 (more information).

More info on using the Microsoft Symbol Server (step 3).

Other Web Resources:

Random Links I haven't read yet: