All Tags »
.NET »
Debugging »
Visualizers
Sorry, but there are no more tags available to filter with.
-
We all know that Visualizers are a great feature of Visual Studio 2005 debugger UI. It gives us a really nice meaningful way to look at the data.
Visual Studio also enables us to create Custom Visualizers using DialogDebuggerVisualizer class. A long time back Howard van Rooijen had created a great tool using visualizers. ...