Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Bug 379169

You shouldn't reference jdt, instead implement DebugOptionsListeners for the CDT plugins by following the example of JDIDebugOptions.

Cheers,
Pawel

On 05/11/2012 11:39 AM, Jason Litton wrote:
So I've been looking at the patches Marc pointed to on this bug, trying to write the code. As far as I can tell, I need to add

import org.eclipse.jdt.internal.debug.core.JDIDebugOptions;

and then, in the places I want to trace, I need:

JDIDebugOptions.trace(someString);

I just tried putting that in to AbstractMIControl, and JDIDebugOptions has discouraged access. I feel like I'm missing something there. I'd be happy to put this stuff into classes that need it, but I need a little support. Does anyone have a suggestion?
Thanks,
Jason
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top