$include_dir="/home/hyper-archives/geometry/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [geometry] Debugging helpers for QtCreator
From: Eric MSP Veith (eveith_at_[hidden])
Date: 2015-01-24 06:19:46
Adam,
On Saturday 24 January 2015, 03:56:48, Adam Wulkiewicz wrote:
> In case someone was using QtCreator and was willing to debug the code 
more
> conveniently I've prepared something which you might appreciate - 
debugging
> helpers for some of the classes of Boost.Geometry and other libraries 
like
> Array, Container, Rational, Tuple and Variant so things used internally or
> which can be used with Geometry. The helpers should work with various
> debuggers supported by QtCreator, e.g. GDB or LLDB.
> 
> https://github.com/awulkiew/debugging-helpers
> 
> They also allow to see the content of the rtree :)
this is great, thank you for sharing!
                        --- Eric