How to: Use a Visualizer
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
Managed only |
||||
Pro, Premium, and Ultimate |
Managed only |
You can use a visualizer to display the contents of a variable or object in a way that is meaningful for the data type. You can use visualizers from DataTips, a Watch window, the Autos window, or the Locals window.
Visualizers are not supported on the Compact Framework.
To open a visualizer
Click the magnifying glass icon that appears next to a variable name in DataTips, a Watch window, the Autos window, or the Locals window.
A list of visualizers is displayed.
Click the visualizer you want to use.
To close a visualizer
Click Close.
Note
The Close button is displayed on the standard visualizers. Custom visualizers might have other ways of closing.
To use a visualizer during remote debugging
Copy the visualizer DLL to the remote computer before you start the debugging session.
The path to the DLL must be the same on both the remote and the local computers. This path can be either of the following locations:
Install path\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\Visualizers
-or-
My Documents\Visual Studio 2010\Visualizers