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.
Asked
Active
Viewed 308 times
1
-
Can you elaborate on what you mean by "visual representation of the stack"? – i_am_jorf Nov 16 '09 at 15:47
-
http://upload.wikimedia.org/wikipedia/en/9/93/Stack_Overflow_3.png – Jay Nov 16 '09 at 15:56
-
@Justin that link is full of brokenness – tshepang Jun 08 '12 at 11:31
1 Answers
0
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

DJ Haus
- 126
- 1