Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] stop on main by default

I've filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=350502 to change the default for "Stop on startup at main" to false and the default for "Non-stop mode" to true. These defaults are appropriate for most users, but can be overridden by global preferences introduced in CDT 8.0. If you disagree with the change please add a comment to the bug.

-sergey


On Wed, Apr 27, 2011 at 12:59 PM, Andrew Overholt <overholt@xxxxxxxxxx> wrote:
* Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> [2011-04-27 15:58]:
> > -----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.

That would suffice.  Thanks, Marc!

Andrew
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top