Skip to main content

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

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


Back to the top