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.
is it possible to configure gdb in order to debug assembly code when there are no debug symbols or no sources available ? I mean showing assembly instruction by assembly instruction when performing a ...