-
Notifications
You must be signed in to change notification settings - Fork 8
Debugging
Jump to bottom
Marcus Markiewicz edited this page Jan 11, 2024
*
1 revision
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