Skip to content

Releases: awulkiew/graphical-debugging-vscode

Graphical Debugging v0.10

17 Aug 22:45
Compare
Choose a tag to compare

Added

  • Support for Java
  • Visualization of Java arrays, numbers and points

Graphical Debugging v0.9

03 Aug 22:17
Compare
Choose a tag to compare

Added

  • Support for debugpy Python debugger
  • Support for coreclr C# debugger
  • Visualization of C# array, Generic.List and Drawing.Point

Fixed

  • Visualization of Shapely geometries

Graphical Debugging v0.8

28 Mar 17:34
Compare
Choose a tag to compare

Added

  • Automatic C++ type alias unrolling in GDB and LLDB

Fixed

  • Handling of C++ const, volatile and reference types
  • Support for CodeLLDB

Graphical Debugging v0.7

28 Mar 17:33
Compare
Choose a tag to compare

Added

  • Support for Ruby
  • Visualization of Ruby Array
  • Visualization of Ruby RGeo cartesian geometries

Changed

  • Webview can open in the last empty tab group

Graphical Debugging v0.6

12 Feb 16:06
Compare
Choose a tag to compare

Added

  • Visualization of python numpy.array
  • Support for Jupyter Notebook / Python Kernel Debug Adapter
  • Support for cortex-debug
  • Direction marker at first point/value

Changed

  • Aspect ratio is kept for cartesian and complex variables

Graphical Debugging v0.5.1

22 Feb 14:36
Compare
Choose a tag to compare

Added

  • Information about LLDB

Graphical Debugging v0.5

11 Feb 19:14
Compare
Choose a tag to compare

Added

  • Visualization of C++ STL span
  • Support for user-defined type aliases
  • Better loading states

Fixed

  • Visualization of Boost.Geometry polygon with GDB

Graphical Debugging v0.4

03 Feb 16:03
Compare
Choose a tag to compare

Added

  • Visualization of C++ Boost.Geometry box
  • Visualization of C++ Boost.Polygon rectangle_data

Fixed

  • Visualization of counter-clockwise geographic polygons
  • Centering of geographic visualization

Graphical Debugging v0.3

31 Jan 11:53
Compare
Choose a tag to compare

Added

  • Support for spherical/geographic and complex coordinate systems
  • Support for degrees and radians
  • Support for various geographic projections
  • Enabled additional session types
  • Visualization of C++ STL complex, deque, duration and list
  • Visualization of C++ Boost.Chrono duration
  • Visualization of C++ Boost.Container static_vector and vector
  • Visualization of C++ Boost.Geometry segment
  • Visualization of C++ Boost.Polygon point_data, polygon_data, polygon_with_holes_data, segment_data
  • Visualization of JS Array
  • Visualization of Py deque, list and tuple
  • Visualization of Py llist dllist and sllist
  • Visualization of Py Shapely GeometryCollection, LinearRing, LineString, MultiLineString, MultiPoint, MultiPolygon, Point and Polygon
  • Visualization of Py SymPy Point2D, Polygon and Segment2D

Changed

  • Space between > is no longer required in C++ template definitions
  • Default dragmode changed to pan instead of zoom

Graphical Debugging v0.2

12 Nov 23:21
Compare
Choose a tag to compare

Added

  • Visualization of Boost.Units quantity
  • Visualization of Boost.Geometry ring and polygon
  • Visualization of containers of geometries
  • Visualization of Boost.Geometry point_xy, point_xyz, multi_point, multi_linestring and multi_polygon
  • User-defined types