News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

FASM: Which debugger for linux ?

Started by James Ladd, September 13, 2005, 09:42:35 AM

Previous topic - Next topic

James Ladd

FASM: Which debugger for linux ?

Can people please make suggestions on a good debugger for linux.

rgs, striker.

gavin

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

arafel

For application written in assembly i would suggest ALD http://ald.sourceforge.net

roticv


James Ladd

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.