Adam Wulkiewicz
Adam Wulkiewicz
You'd have to have a separate class for that and add it as a Ring (polygon without holes), like that: https://github.com/awulkiew/graphical-debugging/blob/master/examples/cpp.xml#L204-L214 It's because containers of points can represent any point-based...
Possible? Yes. Desireable? Probably not in both cases. In Plot Watch it would be fine since the ratio is not that important, often one may want to use arbitrary axes....
@arbitrary311 You can change the way how plots are displayed by PlotWatch in the options (Tools->Options->Graphical Debugging) and set it to line-plot.
Yes, optional logging should be there.
I'm not sure whether statistical (or any other) analysis of the data is in the scope of this extension. While I agree this could be convenient for you and maybe...
Yes, these are also good ideas. It has to be technically possible because things like this are done in VS. It'd require some digging to know how to do it...
Hi, All of the supported geometries should be shown. What are the coordinates of the box you're trying to display?
Thanks! I see that the colors are not in order, this means you have created the list by adding some geometries and then removing some of them and adding again....
I'll look into this. For now I quickly checked reference to `bg::model::point` and it seems to work. Are you using the latest version of the extension? What is your Point...
The xml file is reloaded if it was modified since the last load each time variables has to be processed, so e.g. after a breakpoint is hit. I guess this...