On Thu, 3 Apr 2003 19:31, Frankie Lam wrote:
> Here I have one more question, is there any debugging tools other than GDB?
> I'm not quite used to it, debugging segmentation fault is really a pain.
I'm using Redhat 7.3, with "everything" installed. It has ddd, which is a nice
frontend to gdb. More detail here: http://www.gnu.org/software/ddd/
Also you might like to consider memprof (useful in tracking down memory leaks)
- another graphical tool.
Hope this helps!
Regards, Philip.