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