Thursday, April 21, 2005 5:54 PM
by
scottno
Debugger Visualizer: ASP.NET Controls
I've received a second response to my call for Debugger Visualizers. And I must say, folks, that this is one sweet visualizer. Brett Johnson's ASP.NET Control Visualizer is a perfect example of what visualizers can add to your debugging experience. What does it do, you ask?
As you debug through your ASP.NET code, it allows you to see any control's rendered output both as plain text and as it would look in a browser. Its nice, clean UI also shows some other properties of the control and buttons to refresh the view or save the text. Beautiful.
Take Brett's ideas and run with them! (he provides source) When you do, send me an email so I can link to you!
[see my visualizers category for discussion/documentation and links to other visualizers]