Skip to content

Category: Debugging

Managed Debugging and related API or tools

How to get ClrInfo and Dac info using ClrMD

Lets take a look at some basic CLR information which is essential before delving into other kinds of data for troubleshooting. Also keep in mind DAC information is extremely important to get data about CLR Runtime.

How to achieve DumpHeap of SOS using ClrMD

Let us see how to use ClrMD to extract the same details as !sos.dumpheap command included in SOS extension available through Windbg. This has been an important command for troubleshooting memory and performance issues in .NET process or process memory dumps.