Skip to main content

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

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


Back to the top