|
1 | | -# Graphical Debugging extension for Visual Studio 2013, 2015, 2017 and 2019 |
| 1 | +# Graphical Debugging |
| 2 | +## extension for Visual Studio 2013, 2015, 2017 and 2019 |
2 | 3 |
|
3 | 4 | This extension allows to display graphical representation of variables during debugging. |
4 | 5 |
|
@@ -72,6 +73,7 @@ Supported: |
72 | 73 | * Containers of points |
73 | 74 | * C-style array |
74 | 75 | * Pointer to elements with size specifier e.g.: `ptr,5` |
| 76 | + * Sequence of containers of point coordinates e.g.: `vec_x;vec_y` |
75 | 77 | * STL: array, vector, deque, list |
76 | 78 | * Boost.Array: array |
77 | 79 | * Boost.Container: vector, static_vector |
@@ -111,6 +113,7 @@ Supported: |
111 | 113 | * Containers of elements convertible to double and containers of points |
112 | 114 | * C-style array |
113 | 115 | * Pointer to elements with size specifier e.g.: `ptr,5` |
| 116 | + * Sequence of containers of point coordinates e.g.: `vec_x;vec_y` |
114 | 117 | * STL: array, vector, deque, list |
115 | 118 | * Boost.Array: array |
116 | 119 | * Boost.Container: vector, static_vector |
@@ -149,6 +152,7 @@ Supported containers of values convertible to double and containers of points: |
149 | 152 |
|
150 | 153 | * C-style array |
151 | 154 | * Pointer to elements with size specifier e.g.: `ptr,5` |
| 155 | + * Sequence of containers of point coordinates e.g.: `vec_x;vec_y` |
152 | 156 | * STL: array, vector, deque, list |
153 | 157 | * Boost.Array: array |
154 | 158 | * Boost.Container: vector, static_vector |
|
0 commit comments