Debugging - microsoft/TeamMate GitHub Wiki
Right now we are only shipping 32-bit TeamMate, so beware of platform mismatches if you are running x64 Windows.
To debug a dump:
- Use a 32-bit WinDBG / CDB.
- Use https://github.com/poizan42/soswow64 so you can use the 64-bit SOS from .NET framework.
For example, to look at memory usage:
- !wow64exts.sw
- .load soswow64
- !dumpheap -stats
- !dumpheap -type
- !gcroot