Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Hiding running threads (new UI)

We opted against this new UI in the Debug view context menu.
The reasoning was that users won't need to access it very often after all.
 
Sorry for the noise.
 
Marc
 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sergey Prigogin
Sent: Thursday, May 03, 2012 3:13 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Hiding running threads (new UI)



On Thu, May 3, 2012 at 12:00 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
Yes, I was worried about the JDT.  Do you think "Native" will be clear to
users?  Is there some other wording we can use?

I wish I could have filtering in JDT too :-). 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Thursday, May 03, 2012 2:57 PM

To: CDT General developers list.
Subject: Re: [cdt-dev] Hiding running threads (new UI)

I'm not sure I like them being referred to as C/C++ threads. In theory, if you're running Photran, they could be Fortran threads too. In fact, threads have little to do with language, they're part of the run-time. Did we want to call them "Native" threads instead? I assume you're trying to differentiate them from Java and other type threads.

Doug.

From: Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Thursday, 3 May, 2012 1:43 PM
To: "'CDT General developers list.'" <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Hiding running threads (new UI)

Hi,
 
as discussed at the CDT conference call, there was a request to add a new feature
to Debug to allow users to hide running threads.  The idea is that when dealing
with large numbers of threads, the user is interested by the suspended ones, not
the running ones.  We agreed in the call that this was a nice feature and that
it was ok to add it before M7.  Of course the feature will be off by default, so there
will be no impact unless explicitely enabled.
 
For details please see: https://bugs.eclipse.org/375585
 
I'm notifying the community because we are planning to add a new context-menu
item to the Debug view, as show below.  Please note that this entry gives quick
access to a global preference, and is not context-sensitive.
 
If you don't think this is a good idea, please voice your concerns, time is short.
 
Thanks
 
Marc
 
 

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



Back to the top