This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc debugger reccomendations
- From: John Love-Jensen <eljay at adobe dot com>
- To: Jason Foat <jfoat at seasoar1 dot ucsd dot edu>, <gcc-help at gcc dot gnu dot org>
- Date: Thu, 23 Jan 2003 11:16:01 -0600
- Subject: Re: gcc debugger reccomendations
Hi Jason,
The gdb (GNU debugger) is just what you are looking for.
If you prefer a GUI kind of debugger, then consider ddd -- which is a GUI
front end that runs gdb in the behind the scenes.
--Eljay