I would really like a debugging tool that is able to visualise the current stack frame (bytes between RSP and RBP) as a block diagram.
Something like this, but with real execution values in the cells: http://abrickshort.files.wordpress.com/2006/11/stackframe.jpg
Does such software exist? I'm using a UNIX system.
PS.
Aware of gdb's "examine bytes" function. That's what I use now, but I would like pretty diagrams to show my supervisor.
Cheers