Search code examples
What's the story behind the name of the SOS (Son of Strike) debugger extension?...


.netdebuggingsos

Read More
How to see managed exception details in WinDBG?...


c#exceptionwindbgsos

Read More
WinDbg/SOS: Explanation of !SyncBlk output...


c#.netdebuggingwindbgsos

Read More
Is there a Windbg command to find out if a process is a 32-bit one or a 64-bit one?...


debuggingwindbgsos

Read More
How to output partial of the result !da address with windbg?...


debuggingwindbgsos

Read More
Windbg C# dump analysis: how to retrieve the module an object belongs to?...


debuggingmodulewindbgdebug-symbolssos

Read More
How to find what is in unmanaged memory in Dump by WinDBG...


windbgunmanagedheap-dumpsos

Read More
Windbg with SOS, stopping on the correct exception...


.netdebuggingwindows-serviceswindbgsos

Read More
I'm looking for links to cdb/windbg + .net documentation...


c#windbgsos

Read More
Windbg: Breakpoint SOS, or SOSEX.DLL name of the method...


windbgsossosex

Read More
What to do with "The version of SOS does not match the version of CLR you are debugging" i...


.netdebuggingwindbgsosminidump

Read More
Can I run a .NET garbage collection from WinDbg?...


memorygarbage-collectionclrwindbgsos

Read More
in windbg how to save byte array to the file...


windbgsos

Read More
How do I incorporate an if statement inside of another if statement?...


pythonif-statementsos

Read More
C++ client socket sends original file and file size, Java client always get 8 bytes more. Even after...


javac++tcpclienttcpserversos

Read More
Making sense of !address -summary for managed allocations...


c#.net-4.0heap-memorywindbgsos

Read More
How to tell if its a managed memory leak or native memory leak?...


.netmemory-leakswindbgmanagedsos

Read More
How to look for a thread with specific call stacks (from thousands of threads)...


.netwindbgsossosex

Read More
Any SoSAssist equivalent free tool for debugging...


.netdebuggingsos

Read More
Calculate size of object such that it include size of all its children and (grand children chain)...


.netsizewindbgsossosex

Read More
Livekd documentation and tutorials...


windbgcrash-dumpssoslivekd

Read More
Why is my break point not triggered using !bpmd in Windbg with SOS and .Net Core 3.1?...


c#.net-corewindbgsoscoreclr

Read More
Windbg managed objects poi for arrays first element, second element...


windbgsos

Read More
How do I list the values of an enum from a memory dump using SOS and Windbg?...


.netenumswindbgsos

Read More
In WinDBG/SOS.DLL: How can I save all modules/assemblies listed by !DumpDomain to disk at once?...


c#debuggingwindbgdisassemblysos

Read More
Analyze dump file using WinDbg with SOS: How do I get the urls of all currently executing requests?...


windbgdumpsos

Read More
Value type vs Reference types via WinDbg...


windbgsos

Read More
WinDbg and SoS, how do I print/dump a large string?...


.netdebuggingwindbgdumpsos

Read More
How do I force the DotNet Framework to use JIT instead of NGEN?...


c#.netsosngen

Read More
WinDbg+SOS : How to view the .NET object wrapping the handle?...


.net-corewindbgsos

Read More
BackNext