Basically, I'm looking for something where I can break execution and then see a visual representation of the stack in memory. DDD doesn't have this as far as I can tell.

link|improve this question

79% accept rate
Can you elaborate on what you mean by "visual representation of the stack"? – jeffamaphone Nov 16 '09 at 15:47
feedback

1 Answer

up vote 0 down vote accepted

The Green Hills debugger, MULTI, has a display that will show you all of the function calls on the stack and their functions parameters. I'm not sure if this is what you meant by visual or not. I'm not aware of any debugger or tool that will show the hex dump of a stack and highlight it in a graphical way.

-djhaus

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.