Share via


How to: Install a Visualizer

After you have created a visualizer, you must install the visualizer so that it will be available in Visual Studio. Installing a visualizer is a simple process.

To install a visualizer

  1. Locate the DLL that contains the visualizer you have built.

  2. Copy the DLL to either of the following locations:

    • VisualStudioInstallPath\Common7\Packages\Debugger\Visualizers

    • My Documents\VisualStudioVersion\Visualizers

  3. If you want to use a managed visualizer for remote debugging, copy the DLL to the same path on the remote computer.

  4. Restart the debugging session.

See Also

Tasks

How to: Write a Visualizer

Other Resources

Visualizers