Skip to content

Instantly share code, notes, and snippets.

@vchekan
vchekan / windbg clr
Last active April 20, 2018 15:04
Windbg for clr cheatsheet
### making a memory dump
adplus.exe -hang -iis -o c:\dumps
Symbol search path: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
.loadby sos clr
!threads
!threadpool
~* e !clrstack ### show all clr stacks
.cls ### clear screen