windbg ANSI Command Tree 1.0 title {"Common Commands"} body {"Common Commands"} {"Managed"} {"Load sos"} {".loadby sos mscorwks"} {"Managed Heap Stats"} {"!eeheap"} {"Dump Heap Stats"} {"!dumpheap -stat"} {"clrstack"} {"!clrstack"} {"All clrstack"} {"~*e!clrstack"} {"Threads"} {"!threads"} {"Stack Objects"} {"!dso"} {"Dump all Exception Objects"} {"!dumpheap -type Exception"} {"Dump NullReferenceException"} {"!dumpheap -type System.NullReferenceException"} {"Print Last Exception"} {"!pe"} {"IP2MD"} {"!ip2md 0f070d48"} {"DumpIL"} {"!dumpil 0f8c01f8"} {"Disassemble Method"} {"!u 0f070d48"} {"DumpHeap UnmanagedService"} {"!dumpheap -type SFTSRC.UnmanagedService.UnmanagedService"} {"DumpObject UnmanagedService"} {"!do 010c80b4"} {"Module StartAddress"} {"lm m SFTSRC*"} {"Save Module"} {"!savemodule 0ee20000 c:\dumps\temp.dll"} {"Print Firsr Chance"} {"!pe 0136325c"}