Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Launch bar 'stop' button kills all launches

> We use to kill only launch which is associated with active launch configuration.

 

Is that what the Launch Bar in CDT is doing?  I don’t see that.  If I launch a “C/C++ Attach to Application” and a “C/C++ Application” sessions and press the launch stop button, they both die.

 

To me, one thing that seems relatively straightforward is that the button should kill the currently selected launch, not all launches.

I don’t think there is much value in killing all launches (and there is a “Terminate/Disconnect all” context menu for that, if really needed).

How about we start with that?

 

Now, if we go into more details, the thing to note is that the Launch Bar buttons are ‘launch’ buttons, not ‘run/debug’ buttons.

So the launch ‘play’ button is very different than the debug ‘resume’ button, although they have a similar-looking icon.

I didn’t find that distinction hard to get used to for the ‘play’ button.

 

On the other hand, the launch ‘stop’ button and the run/debug ‘terminate’ button gave me more trouble.  For some reason,

as a user, I thought the launch ‘stop’ could be used as ‘terminate’, which is not true for Debugging.  ‘terminate’ is a retargetable

command that different debuggers use differently; CDT’s debugger allows you to terminate the process without terminating the

debug session.  The launch ‘stop’ is not the same and probably should not be; but I think we may have a UX issue here because

that distinction was not obvious to me.  Maybe it is simply a question of changing the icon?  Do other agree with my impression?

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alena Laskavaia
Sent: Friday, August 01, 2014 10:00 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Launch bar 'stop' button kills all launches

 

We use to kill only launch which is associated with active launch configuration. Build it kills all builds because that we cannot really associate (project dependency and stuff)

 

On Mon, Jul 28, 2014 at 3:54 PM, Doug Schaefer <dschaefer@xxxxxxx> wrote:

Not sure yet. What do you think it should do?
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Marc Khouzam [marc.khouzam@xxxxxxxxxxxx]
Sent: Monday, July 28, 2014 3:50 PM
To: 'CDT DEV (cdt-dev@xxxxxxxxxxx)'
Subject: [cdt-dev] Launch bar 'stop' button kills all launches


What is the vision for the Stop button of the launch bar?

The standard terminate button allows to kill and individual element of the launch (like a process).
The launch bar one kills everything, across all launches.


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top