Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] org.eclipse.ui.trace.traceComponents

Hi,

this is a new feature that allows to turn on tracing after eclipse has already been launched.
The code comes from https://git.eclipse.org/r/#/c/5972/
and the bug is https://bugs.eclipse.org/bugs/show_bug.cgi?id=379169

Platform does the same thing as we mimicked their changes as we found in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374268
and
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370604

I wonder why they don't have the same problem?

Marc
 

________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Doug Schaefer [dschaefer@xxxxxxx]
Sent: January 4, 2013 9:50 PM
To: CDT General developers list.
Subject: [cdt-dev] org.eclipse.ui.trace.traceComponents

Hey gang,

I tried building master against a Kepler target platform and got an error from PDE about a undefined extension point: org.eclipse.ui.trace.traceComponents which is used in org.eclipse.cdt.dsf.gdb. Does anyone know about this?

Thanks,
Doug

Back to the top