/visualstudio-debugger

Collection of debugger visualizers and filters Visual Studio

Visualizers for Microsoft Visual Studio 2012, 2013, 2015

This is collection of visualizers for Microsoft Visual Studio debugger. Most of the visualizers are developed for Visual Studio 2012+ which uses new style XML-based visualizers.

Download at https://github.com/mloskot/visualstudio-debugger

Usage

Copy all or selected .natvis and .natfilter files to your profile folder

%USERPROFILE%\Documents\Visual Studio 2015\Visualizers

Documentation

There are two sources of documentation I have found:

  1. Comments in defaultvis.natvis provide a good overview of the format

     %VSINSTALLDIR%\Common7\Packages\Debugger\Visualizers\defaultvis.natvis
    
  2. The debugger visualizers XML Schema is installed in

     %VSINSTALLDIR%\Xml\Schemas\natvis.xsd
    

References

License

Copyright (c) 2011-2016 Mateusz Loskot mateusz@loskot.net

Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

See also important notes about exclusions in individual files.