Welcome to MSDN Blogs Sign in | Join | Help

Looking at Visualizers

In this screencast available here we take a look at a new feature within debugging using Visual Studio 2005 called visualizers. Debugging is just one of those necessary evils that we just can’t seem to escape. The Visual Studio debugger has always provided some great features to help solve this problem. However, the debugger always has been limited to a text only hierarchy view of application code. Which wasn’t a problem for some things but objects, for example, a dataset could be a challenge to debug. Visual Studio 2005 introduces a new concept called visualizers that are designed to solve this problem. Debugger visualizers enable advanced, customized data display while you are running your applications with the Visual Studio Debugger.

 

 

<<View Looking at Visualizers>>

Published Sunday, November 06, 2005 11:08 PM by trobbins

Comments

# re: Looking at Visualizers

Monday, November 07, 2005 12:02 AM by Adam Machanic
Does this extend to T-SQL debugging? For instance, can we use a visualizer to view the contents of a temp table during a T-SQL stored procedure debugging session?

# re: Looking at Visualizers

Thursday, November 10, 2005 10:32 AM by trobbins
I don't think so. This is part of the Visual Studio IDE. I didn't see it within T-SQL debugging.
New Comments to this post are disabled
 
Page view tracker