import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.runtime.CoreException;
-import org.eclipse.debug.core.DebugPlugin;
+//import org.eclipse.debug.core.DebugPlugin;
import org.eclipse.debug.core.model.IBreakpoint;
import org.eclipse.debug.core.model.IValue;
import org.eclipse.debug.ui.DebugUITools;
return;
}
- protected IBreakpoint getBreakpoint(IMarker marker) {
- return DebugPlugin.getDefault().getBreakpointManager().getBreakpoint(
- marker);
- }
+// protected IBreakpoint getBreakpoint(IMarker marker) {
+// return DebugPlugin.getDefault().getBreakpointManager().getBreakpoint(
+// marker);
+// }
protected String getBreakpointText(IBreakpoint breakpoint)
throws CoreException {