[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] stop on main by default
|
> -----Original Message-----
> From: Andrew Overholt [mailto:overholt@xxxxxxxxxx]
> Sent: Wednesday, April 27, 2011 3:05 PM
> To: Marc Khouzam
> Cc: 'CDT General developers list.'
> Subject: Re: [cdt-dev] stop on main by default
>
> Hi Marc,
>
> * Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> [2011-04-26 10:02]:
> > >
> > > > I would also like to see Non-stop as the default.
> > >
> > > +1! Is there presently a way to configure this as the default?
> >
> > Not for a user, only programatically :-(
>
> Can you give me a hint how to do this? I'd like to see if we
> can do it
> in our Fedora packages (since our gdb packages are modern enough).
Would you be changing CDT code, or do you need to add a new plugin
to extend CDT.
I think the simplest way would be to change the CDT code
in org.eclipse.cdt.dsf.gdb
IGDBLaunchConfigurationConstants.DEBUGGER_NON_STOP_DEFAULT = false
to be true.
Marc