Releases: awulkiew/graphical-debugging-vscode
Releases · awulkiew/graphical-debugging-vscode
Graphical Debugging v0.10
Graphical Debugging v0.9
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
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
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
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
Added
- Information about LLDB
Graphical Debugging v0.5
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
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
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
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