GeekArticles
Microsoft
C#
Microsoft
C#Building a Visual Studio DebuggerVisualizer with a Custom Serializer
For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simple.
Related Topics
