Changes between Version 23 and Version 24 of DebuggerVisualizers
- Timestamp:
- Sep 30, 2015, 6:36:32 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggerVisualizers
v23 v24 55 55 [http://code.msdn.microsoft.com/Writing-type-visualizers-2eae77a2] 56 56 57 Visualizers for VS2012/VS2013: [http://cppvisualizers.codeplex.com/] 58 59 Or: [https://visualstudiogallery.msdn.microsoft.com/61f12e7a-bc62-4b2c-b02e-d66014688c2e] 57 Visualizers for VS2012/VS2013/VS2015: [http://cppvisualizers.codeplex.com/] 58 59 Visualizers for VS2013: [https://visualstudiogallery.msdn.microsoft.com/61f12e7a-bc62-4b2c-b02e-d66014688c2e] 60 61 Visualizers and graphical debugging tools for VS2015: [https://visualstudiogallery.msdn.microsoft.com/4b81868b-8901-408f-a28e-25a6580788fb] 60 62 61 63 == Visual Studio 2005 / 2008 / 2010 == … … 268 270 269 271 FAQ, examples, common pitfalls, ... 272 273 ---- 274 275 == QtCreator == 276 277 Debugging 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 279 Helpers for some of the Boost libraries can be found here: https://github.com/awulkiew/debugging-helpers 270 280 271 281 ----