FASM: Which debugger for linux ?
Can people please make suggestions on a good debugger for linux.
rgs, striker.
Hi Striker.
I have always used the the GNU debugger GDB.
It's installed by default so in the command line just type gdb.
It's pretty easy to use and is the standard for linux .
:U
For application written in assembly i would suggest ALD http://ald.sourceforge.net
striker,
How's fAST going?
Thanks for the replies.
I think ill try ALD and fall back to GDB if I dont like it.
roticv, FAST is still there and coming along slowly.
Im working in FASM so I can support both linux and win32.
Linux has some similar features that I have only recently been made aware of
see here http://www.eweek.com/article2/0,1895,1853041,00.asp
So now is the time to support both !
rgs, striker.