Is there anything other than DDD that will draw diagrams of my data structures like DDD does that runs on Linux?

ddd is okay and runs, just kind of has an old klunky feeling to it, just wanted to explore alternatives if there are any.

The top part with the grid of this image is what I am talking about:

alt text

link|improve this question

I haven't found anything anywhere that even remotely compares to graphing and debugging capabilities of DDD. It's a really powerful debugger, and would be hard to replicate. I do agree that the Motif interface is clunky, which is unfortunate. – supercheetah Nov 9 '09 at 17:44
@supercheetah : if you look at Amigable Clark Kant's comment, the developers agree as well :-) Maybe I can find a init file that makes it look a little bit better. It is powerful as you say though, and I of course appreciate the work of all the developers. – Kyle Brandt Nov 9 '09 at 18:07
feedback

3 Answers

Don't you mind to look here (list of GDB front-ends)? I suggest this list should be useful.

link|improve this answer
Also the plugin for Geany; plugins.geany.org/geanygdb DDD gtk seems dead though; mail-archive.com/gtkmm-list@gnome.org/msg06825.html – Amigable Clark Kant Nov 9 '09 at 15:16
Well a handy list, but doesn't say if any of them have the particular feature I mentioned unless I am missing it... – Kyle Brandt Nov 9 '09 at 15:18
feedback

I've used zero bugs a few times. It can do custom visualization. I don't know if allows the users to effect the gui elements or just how it displays in the text listings. Check it out, www.zero-bugs.com.

link|improve this answer
feedback

ZeroBugs data visualizations can be customized via Python scripts. The debugger is now available as open source (and free as in free beer, it can be used for commercial purposes). Check it out at http://zerobugs.codeplex.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.