Hi,

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 :)

Regards,
Adam