Subject: Re: [geometry] GraphicalDebugging extensions for Visual Studio 2015
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2015-09-28 20:01:28


Adam Wulkiewicz wrote:
> Hi,
>
> Recently I was playing with the VisualStudio SDK and testing the
> VS2015 extensibility. I've created a small extension adding
> GraphicalWatch and GeometryWatch tool windows displaying variables
> directly in the debugger, e.g. the Boost.Geometry models, without the
> creation of SVG files etc. For now everything is hardcoded, but if
> there was an interest this extension could be improved. If someone
> cared enough I guess it should be possible to port it to some older
> versions of Visual Studio. Feel free to play with it, fork, create PRs
> etc. Here is the project and some pictures:
>
> https://github.com/awulkiew/graphical-debugging

FYI, I implemented the support for geographic and spherical equatorial
coordinate systems for Boost.Geometry models. Containers of turns are
also supported.
See the readme for an example.

Regards,
Adam