Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
Visual Studio Debugger
How to: Use a Visualizer

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

Topic appliesTopic applies

Topic applies

Managed only

Topic applies

Pro, Premium, and Ultimate

Topic appliesTopic applies

Topic applies

Managed only

Topic applies

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

  1. 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.

  2. Click the visualizer you want to use.

To close a visualizer

  • Click Close.

    NoteNote

    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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker