Subject: Re: [boost] Graphical debugging extension for VS2015 (Container, Geometry, Polygon, Variant, ...)
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2015-09-28 19:58:21


Adam Wulkiewicz wrote:
> Hi,
>
> For some time now I've been thinking about extending the capabilities
> of a debugger and to visualize data in more convenient way than the
> raw numbers. It's obvious to me that in many cases variables could be
> graphically visualized, in many cases this is the "natural"
> representation, this would greately simplify the debugging. I haven't
> found anything like it so I've decided to play with the VS2015
> extensions, mostly because they're easy to write. This is what I came
> up with (see the readme):
>
> https://github.com/awulkiew/graphical-debugging

FYI, I implemented the support for geographic and spherical equatorial
coordinate systems for Boost.Geometry models.
See the readme for an example.

Regards,
Adam