views:

35

answers:

2

First of all, I do not believe this belongs on Superuser. This belongs here because it is strictly programming related.

What I am looking for is a program that will visualize(draw it on the screen or something) how programs create variables, make pointers from the stack to the heap, variable names and contents, and so on.

Kinda like a diagram/flowchart thing, but automatically drawn for you.

Does such a thing exist?

EDIT: i just came across this topic: http://stackoverflow.com/questions/268906/visualizing-the-code-involved-in-an-action, that's not what I'm looking for, I'm talking about some really graphic and dynamic.

EDIT:

I found 1 thing, but it's not really great and kinda old.

jElliot, demo can be viewed here: http://www.youtube.com/watch?v=f5ahEgu5Ba0

A: 

Have you ever seen Ben Fry's work in this space?

Jonathan Feinberg
No, I took a look am I'm not sure it's what I'm looking for. I added an example to the original post, which may make things more clear.
WebDevHobo
+1  A: 

If you are working on one of the UNIX platforms, you might want to look at DDD.

steve
I'll accept this, since not accepting it is making my accept rate go down.
WebDevHobo