Inspecting Objects using WinDbg
As I was trying to figure out a source of memory leaks in a Silverlight application, I encountered a need to closely inspect an object. WinDbg has a command that you can use drill down into an object hierarchy, and even inspect primitive and complex properties of an object. If you read my previous blog …