51 | | == Visual Studio 2005 == |
52 | | |
53 | | [http://msdn2.microsoft.com/en-us/vstudio/default.aspx Microsoft Visual Studio 2005] is the first of the Visual Studio versions to support debugger visualizers usable for template classes. For CLR languages, such as C#, the possibilities are even more powerful, and documented. Native C++ debugger visualizers are not documented, though it was claimed by some people from Microsoft that some docs are coming - so if you know of some, please [wiki:DebuggerVisualizers#Activedevelopers let us know]! |
54 | | |
55 | | === Native C++ Debugger Visualizers for MSVS 2005 === |
| 51 | == Visual Studio 2005 / 2008 == |
| 52 | |
| 53 | [http://msdn2.microsoft.com/en-us/vstudio/default.aspx Microsoft Visual Studio 2005] is the first of the Visual Studio versions to support debugger visualizers usable for template classes. For CLR languages, such as C#, the possibilities are even more powerful, and documented. Native C++ debugger visualizers are not documented, though it was claimed by some people from Microsoft that some docs are coming - so if you know of some, please [wiki:DebuggerVisualizers#Activedevelopers let us know]! |
| 54 | |
| 55 | === Native C++ Debugger Visualizers for MSVS 2005 / 2008 === |
67 | | Visualizers for {{{boost::multi_index_container}}} stored at [http://boost-consulting.com/vault/index.php?directory=Debug/Visualizers_MSVC_8 Boost Vault/Debug/Visualizers_MSVC_8]. |
68 | | |
69 | | Other existing visualizers will be added shortly. If you're lacking a visualizer for your favorite type, |
70 | | [wiki:DebuggerVisualizers#Activedevelopers let us know] or write one yourself - it's easy! |
| 67 | All visualizers are available in the svn at [https://svn.boost.org/svn/boost/sandbox/boost_docs/subprojects/DebuggerVisualizers]. |
| 68 | Currently, we support the following Boost types: |
| 69 | * boost::interprocess::offset_ptr |
| 70 | * boost::multi_index_container |
| 71 | * boost::array, ptr_array, ptr_deque, ptr_list, ptr_map, ptr_multimap, ptr_set, ptr_multiset, ptr_vector |
| 72 | |
| 73 | If you're lacking a visualizer for your favorite type, [wiki:DebuggerVisualizers#Activedevelopers let us know] or write one yourself - it's easy! |
| 74 | |
| 75 | Note that some older files also exist in the Boost Vault at [http://boost-consulting.com/vault/index.php?directory=Debug/Visualizers_MSVC_8 Boost Vault/Debug/Visualizers_MSVC_8], which you can probably use to upload new visualizers if you create some. |