Skip to content

Visual Studio Visualizer for any object. Inspired by Linqpad Dump

Notifications You must be signed in to change notification settings

DavidSchuldenfrei/DumpVisualizer

Repository files navigation

Dump Visualizer

Dump Visualizer is a visualizer for any object in Visual Studio 2019.

The source object to view is serialized as an HTML string and then shown in a browser window. The Html format is inspired by the Dump method of Linqpad.

As a visualizer needs to be registered for a specific object type, and you cannot register a visualizer for object, this visualizer is registered for System.WeakReference.

Usage:

Install

compile the project. Copy the resulting Dlls in the Visualizer folder of Visual Studio.

Viewing

To view the value of a variable v, add to the Watch Window the value new System.WeakReference(v). Choose "Dump Visualizer" as a viewer. If you want to keep track of the values of this variable, you can choose to "View in a Browser" to have this open in your prefered browser.

About

Visual Studio Visualizer for any object. Inspired by Linqpad Dump

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages