sos
Understanding CLR object size between 32 bit vs 64 bit
I am trying to understand the object size difference between 32 bit and 64 bit processors. Let’s say I have a simple class[详细]
2023-01-18 11:40 分类:问答!DumpStackObjects displaying duplicate instances?
I have a small test program. When I look into stack object for main thread, its showing MyClass twice there. Any ideas why there are two object of MyClass on the stack?[详细]
2023-01-17 18:28 分类:问答debug wpf by using sos.dll issue
I am using sos.dll to find memory leak i开发者_运维技巧n wpf . And I found a wpf object was not released,[详细]
2023-01-17 12:50 分类:问答Windbg with SOS, How to dump a c# struct
How do I dump a struct using 开发者_StackOverflow社区windbg, is there a dumpstruct command similar to dumpobject? Or can dumpobject dump structs aswell?Yes, you could use the !dumpvc command.[详细]
2023-01-16 01:21 分类:问答Get method name from delegate with WinDbg
I have the following dump of delegate object: Name: MyEventHandler MethodTable: 132648fc EEClass: 1319e2b4[详细]
2023-01-15 13:02 分类:问答What's the story behind the name of the SOS (Son of Strike) debugger extension?
What\'s the significance of the name \"Son of Strike\"? Does it serve any meaning 开发者_JAVA百科or does it just sound cool?Jason Zander\'s blog post explains it perfectly:[详细]
2023-01-12 23:00 分类:问答Any SoSAssist equivalent free tool for debugging
I had used SosAssistin past and it was awesome, now I i tried to download it again but it is no longer 开发者_StackOverflowavailable :( any other tool which can visually show memory/threads/callstack?[详细]
2023-01-12 03:29 分类:问答Silverlight SOS (Son of Strike) documentation
Is there any Microsoft or even non-official documentation for SOS for Silverlight.Other than a few web posts I have seen zero documentation for it on MSDN.Even official documentation for the CLR versi[详细]
2023-01-02 23:22 分类:问答Mismatch in object size returned by sos.dll and in-memory process size
I have used the following sos command to enumerate all instances of a particular typ开发者_开发知识库e in a running asp application (hosted on windows xp 4 GB machine).[详细]
2022-12-21 11:33 分类:问答Can I see what is referencing an object while debugging?
Is it possible, while debugging a Silverlight app, to view all current references to an object? I know that WPF developers have the ability to use the SOS.dll, but that cannot be loaded in the VS200[详细]
2022-12-14 04:33 分类:问答