On Thu, 6 May 1999 [EMAIL PROTECTED] wrote: > > I tried several utils to debug one C program ( hoc from Software Tools > ) which gives me segmentation error but got no clue from them. >
gdb is the tool, but you will need source code and a binary with debugging symbols to get anywhere. gdb comes with a reasonable manual. Havoc