Browse by Tags

All Tags » Visual Studio Extendability » Development Tools (RSS)

Type Visualizers : Visualizing non-serializable types.

Well thank you PShaffer for your comment. You can indeed create type visualizers for non-serializable types using the Microsoft.VisualStudio.VisualizerObjectSource class. This object is responsible for serializing the type, in binary, from Visual Studio...

XML Debug Type Visualizer

I've create a XML debugger visualizer for Visual Studio 2005 which you can download here . Just unzip and place the DLL in 'C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\Debugger\Visualizers'. You can view the XML as text and...