WinDbg

Kernel debugging

Important commands

  • !process - list user mode processes
  • .process - set process context
  • !peb - show process environment block
  • !teb - show thread environment block
  • !locks - deadlock analysis
  • .dump - save a crash dump file to disk

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow