C ++ Debugger Visualizers: type mapping in debugger from Boost, wxWidgets, TinyXML and TinyXML2
Since time immemorial, Visual Studio has been able to write visualizers for its C ++ types, which allows changing the way types are displayed in windows displaying the contents of variables in a debugger (such as auto, watch, locals, and tooltips for variables). In Visual Studio 2012, it became possible in the extensions to Visual Studio to distribute visualizers in the new natvis format.
Were converted old visualizers for Boost and my old ones for TinyXML , and also added new visualizers for Boost, wxWidgets and TinyXML2. The result was an extension to Visual Studio 2012 - C ++ Debugger Visualizers List of supported types: