Changes between Version 23 and Version 24 of DebuggerVisualizers


Ignore:
Timestamp:
Sep 30, 2015, 6:36:32 PM (7 years ago)
Author:
awulkiew
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggerVisualizers

    v23 v24  
    5555[http://code.msdn.microsoft.com/Writing-type-visualizers-2eae77a2]
    5656
    57 Visualizers for VS2012/VS2013: [http://cppvisualizers.codeplex.com/]
    58 
    59 Or: [https://visualstudiogallery.msdn.microsoft.com/61f12e7a-bc62-4b2c-b02e-d66014688c2e]
     57Visualizers for VS2012/VS2013/VS2015: [http://cppvisualizers.codeplex.com/]
     58
     59Visualizers for VS2013: [https://visualstudiogallery.msdn.microsoft.com/61f12e7a-bc62-4b2c-b02e-d66014688c2e]
     60
     61Visualizers and graphical debugging tools for VS2015: [https://visualstudiogallery.msdn.microsoft.com/4b81868b-8901-408f-a28e-25a6580788fb]
    6062
    6163== Visual Studio 2005 / 2008 / 2010 ==
     
    268270
    269271FAQ, examples, common pitfalls, ...
     272
     273----
     274
     275== QtCreator ==
     276
     277Debugging helpers requires QtCreator to work but it's possible to use them with any debugger supported by this IDE. They are written in Python and are similar to pretty printers.
     278
     279Helpers for some of the Boost libraries can be found here: https://github.com/awulkiew/debugging-helpers
    270280
    271281----