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>>
Comments
- Anonymous
November 06, 2005
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? - Anonymous
November 10, 2005
I don't think so. This is part of the Visual Studio IDE. I didn't see it within T-SQL debugging.