Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

DDD-like watches

<< < (2/10) > >>

thomas:
At the risk of sounding extremely stupid or ignorant... what data produced by a debugger makes sense to be displayed in a 3D area plot?

lonesock:
I would use the graphical displays.  I do a lot with Finite Elements / other numerical methods, and very often my programming mistakes come from certain elements being skipped or computed twice, etc.  With a graphical tool to look at my data it would be easy to spot if a certain data-point is never changing or NaN or whatever.

Jonathan

Ceniza:

--- Quote from: lord mandrav ---I see no reason for graphical gizmos in a debugger. Really, what do you need that for?
--- End quote ---

It isn't a need, I just like to "visualize" things better, and it seems I'mn't alone :)


--- Quote from: thomas ---At the risk of sounding extremely stupid or ignorant... what data produced by a debugger makes sense to be displayed in a 3D area plot?
--- End quote ---

At least for lonesock it makes sense. I just wanted to show another image of what DDD can do. Not like I'm going to use it by now :)

I was looking for a wx widget which could help in the implementation but found nothing.

There's still a lot of work to do, bugs to squash and more in the way to consider this at least "average priority", but who knows, this little thingy could become true (Code::Blocks 7.0 maybe?) :)

thomas:

--- Quote from: Ceniza on January 10, 2006, 10:17:24 pm ---I was looking for a wx widget which could help in the implementation but found nothing.
--- End quote ---
wxGLCanvas

Ceniza:
wxGLCanvas? I mean the watches one, not the 3D one. Something able to draw boxes with text, arrows, and such, similar to Graphviz.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version