Skip to content

Instantly share code, notes, and snippets.

@jongyllen
Created June 10, 2019 10:57
Show Gist options
  • Save jongyllen/1187db33f6da0da858d46c1d47be9c02 to your computer and use it in GitHub Desktop.
Save jongyllen/1187db33f6da0da858d46c1d47be9c02 to your computer and use it in GitHub Desktop.
Debugging azure and windbg
Get-Process -Name dotnet
d:\devtools\sysinternals\procdump -accepteula -ma 1234
subst d: c:\temp\temp
.load C:\Users\Jon Gyllenswärd\Downloads\sos.dll
.cordll -I coreclr.dll -N -ve
!runaway
~Xs
!CLRStack -p
!DumpHeap -stat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment