[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0.60; gdb not running the program first time around
From: |
Eli Zaretskii |
Subject: |
Re: 23.0.60; gdb not running the program first time around |
Date: |
Sat, 16 Feb 2008 15:13:44 +0200 |
> From: Miles Bader <address@hidden>
> Date: Sat, 16 Feb 2008 07:30:55 +0900
> Cc: address@hidden, robert marshall <address@hidden>
>
> Nick Roberts <address@hidden> writes:
> > You're probably stretching the boundaries of Gdb a bit - it's not so good
> > with
> > C++ but it's getting better.
>
> I find gdb's _tons_ better (at debugging C++) now than even just a
> couple years ago...
Indeed. As another data point, on my daytime job, we are using GDB
for debugging a large industrial-strength software package, written in
C++ using a lot of advanced C++ features. It works just fine.