Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.94 KB

File metadata and controls

50 lines (32 loc) · 1.94 KB

Visualizers for Microsoft Visual Studio 2012, 2013

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

Git repository: https://github.com/mloskot/visualstudio-debugger

Usage

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

%USERPROFILE%\My Documents\Visual Studio Dev11\Visualizers\

Documentation

There are only 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-2013 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.