DDD Alternative that also Draws Pretty Pictures of Data Structures

2.8k views Asked by At

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

4

There are 4 answers

2
Roman Nikitchenko On

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

0
deft_code On

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.

0
user1717828 On

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

enter image description here

0
Cristian On

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/