need help to debug in linux (using DDD)



I would like to know if there is a better debugger than DDD in linux.
I'm having trouble debugging the stack, I had google it, but the best
i could find is this site
http://www.acm.uiuc.edu/sigmil/RevEng/ch07.html
and use the display data, with this command `x /32xw $esp`
with that it shows something like the first table
http://www.acm.uiuc.edu/sigmil/RevEng/images/ddd-displays.png

but i don't understand the table, the first column is increasing by 16
bytes (from what i know, stack in x86 uses 4 bytes), the rest of the
columns are data i think.

btw: I'm using yasm to compile. and kate to write the code (there is
something better than an text editor to program in asm?)

.



Relevant Pages

  • Re: Column Charts - stacked and grouped
    ... Your first column position in the chart has only one series in the stack, ... Peltier Technical Services ...
    (microsoft.public.excel.charting)
  • Re: upper limit of increasing stack size.
    ... "kf" command will show the size of every stack frame (in the first column); ... you can use it to determine which function is eating the most of the stack space. ... the default to a bigger value using ".kframes" command. ...
    (microsoft.public.vc.language)
  • Re: upper limit of increasing stack size.
    ... "kf" command will show the size of every stack frame (in the first column); ... you can use it to determine which function is eating the most of the stack space. ... the default to a bigger value using ".kframes" command. ...
    (microsoft.public.vc.debugger)