5

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: enter image description here

Kyle Brandt
  • 26,938
  • 37
  • 124
  • 165
  • 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 09 '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 09 '09 at 18:07

4 Answers4

2

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

Roman Nikitchenko
  • 12,800
  • 7
  • 74
  • 110
  • Also the plugin for Geany; http://plugins.geany.org/geanygdb/ DDD gtk seems dead though; http://www.mail-archive.com/gtkmm-list@gnome.org/msg06825.html – Prof. Falken Nov 09 '09 at 15:16
  • 1
    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 09 '09 at 15:18
1

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.

deft_code
  • 57,255
  • 29
  • 141
  • 224
1

For those that wanted an answer; you are looking for KDBG.

enter image description here

user1717828
  • 7,122
  • 8
  • 34
  • 59
0

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/

Cristian
  • 81
  • 1