Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Potential for profile launch configuration tab group clash between linuxtools and ptp

Roland,

A bug would be great. Thanks!

Greg

On Apr 5, 2013, at 2:37 PM, Roland Grunberg <rgrunber@xxxxxxxxxx> wrote:

> Hi,
> 
> I'm a committer on the Linux Tools Project and ran into issues some time
> ago while having both Eclipse PTP and Eclipse Linux Tools installed on a
> system. Basically, both projects have tab group providers to the same
> type (C/C++ Application), and mode (profile). The platform code that
> determines which tab group provider should be used doesn't seem to
> handle the case where multiple tab group providers might be defined.
> For more information on the issue, see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=288192.
> 
> The solution is to avoid defining tabs using the
> org.eclipse.debug.ui.launchConfigurationTabGroups extension point, in
> favour of org.eclipse.debug.ui.launchConfigurationTabs as this allows
> tying tabs to a particular launch delegate. See the patch below for the
> change (WIP).
> 
> http://rgrunber.fedorapeople.org/Work-around-Bug-288192-in-o.e.debug.ui.launchConfigu.patch
> 
> I can open a bug about this offering more information about how to
> reproduce.
> 
> Cheers,
> -- 
> Roland Grunberg
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top