How to Write a Visual Studio Visualizer
Posted by: Keyvan Nayyeri,
on 01 Nov 2006 |
View original | Bookmarked: 0 time(s)
You already know that visualizers are good tools to debug your code in Visual Studio 2005. Each visualizer works for a specific type and lets you to monitor some specific properties of an instance of classes in a visual manner. Fortunately there are many built-in visualizers as well as visualizers that are written by community for common types. One of cool and famous visualizers is created by Roy Osherove for Regular Expressions and I had blogged about it before. But there...