[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
- From: Jason Litton <jason@xxxxxxxxxxxxxxx>
- Date: Fri, 11 May 2012 12:39:36 -0600 (MDT)
- Delivered-to: cdt-dev@eclipse.org
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