This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: compiler problem
- From: Travis Spencer <travislspencer at gmail dot com>
- To: "Fred J." <phddas at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 25 Jul 2005 09:08:53 -0700
- Subject: Re: compiler problem
- References: <20050724194826.14555.qmail@web53913.mail.yahoo.com>
- Reply-to: Travis Spencer <travislspencer at gmail dot com>
On 7/24/05, Fred J. <phddas@yahoo.com> wrote:
> the reason I am asking is because when I
> Run gdb (like this): gdb
> ~/Exercies/ThinkingInC++/Vol1/C03/13/proj1
>
> I get
> Current directory is
> /home/sam/Exercies/ThinkingInC++/Vol1/C03/13/
What about starting the debugger like so:
sam@debian:~/Exercies/ThinkingInC++/Vol1/$ gdb -d 13 -d 14
--
Regards,
Travis Spencer