Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You need Microsoft Visual Studio 2015 Update 3, .NET Framework 4.5.2 and Visual

###### Install

To install after building double-click the *.vsix file from bin/Debug or bin/Relase directory.
To install after building double-click the *.vsix file from bin/Debug or bin/Release directory.

###### Use

Expand Down
12 changes: 6 additions & 6 deletions Visual_Studio_2015/GraphicalDebugging/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ additions:
version 0.22

additions:
- vizualization of containers of coordinates
- visualization of containers of coordinates

version 0.21

Expand All @@ -47,16 +47,16 @@ bugfixes:
version 0.18

additions:
- vizualization of c-arrays of values or points
- vizualization of pointers to elements with "size specifier" feature
- visualization of c-arrays of values or points
- visualization of pointers to elements with "size specifier" feature

bugfixes:
- fixed exception while debugging Boost.Variant holding non-supported type

version 0.17

additions:
- asynchronious loading of the extension
- asynchronous loading of the extension
- improved debugging speed of std::deque by direct memory access
- improved debugging speed of std::list by direct memory access
- variables of type std::complex<...> can be displayed as Points in complex coordinate system
Expand All @@ -73,7 +73,7 @@ additions:
- Plot Watch now displays MultiPoints / containers of points as Point Plot
- new options for Plot Watch (Point Plot types)
- new options for Graphical Watch (image size, Point Plot types, etc.)
- variables are not realoaded if only redraw is required (e.g. while zooming or view reset)
- variables are not reloaded if only redraw is required (e.g. while zooming or view reset)
- various drawing tweaks

bugfixes:
Expand Down Expand Up @@ -220,7 +220,7 @@ additions:
- icons!

bugfixes:
- GeometryWatch wasn't redrawed if empty geometries were left after removal. Caused by an attempt of drawing of an invalid/inverted AABB.
- GeometryWatch wasn't redrawn if empty geometries were left after removal. Caused by an attempt of drawing of an invalid/inverted AABB.
- Transparent color was added into the colors pool after removal of undrawable variable from the GeometryWatch list.

version 0.3
Expand Down