Skip to content

Commit ffe0576

Browse files
committed
Update readme (support for containers of coordinates).
1 parent b96dc3e commit ffe0576

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
23

34
This extension allows to display graphical representation of variables during debugging.
45

@@ -72,6 +73,7 @@ Supported:
7273
* Containers of points
7374
* C-style array
7475
* Pointer to elements with size specifier e.g.: `ptr,5`
76+
* Sequence of containers of point coordinates e.g.: `vec_x;vec_y`
7577
* STL: array, vector, deque, list
7678
* Boost.Array: array
7779
* Boost.Container: vector, static_vector
@@ -111,6 +113,7 @@ Supported:
111113
* Containers of elements convertible to double and containers of points
112114
* C-style array
113115
* Pointer to elements with size specifier e.g.: `ptr,5`
116+
* Sequence of containers of point coordinates e.g.: `vec_x;vec_y`
114117
* STL: array, vector, deque, list
115118
* Boost.Array: array
116119
* Boost.Container: vector, static_vector
@@ -149,6 +152,7 @@ Supported containers of values convertible to double and containers of points:
149152

150153
* C-style array
151154
* Pointer to elements with size specifier e.g.: `ptr,5`
155+
* Sequence of containers of point coordinates e.g.: `vec_x;vec_y`
152156
* STL: array, vector, deque, list
153157
* Boost.Array: array
154158
* Boost.Container: vector, static_vector

0 commit comments

Comments
 (0)