10261027102810291030103110321033103410351036
* debug target */ protected void fireRemoved(IJavaDebugTarget target) { JDIDebugPlugin plugin = JDIDebugPlugin.getDefault(); if (plugin != null) { plugin.fireBreakpointRemoved(target, this); setInstalledIn(target, false); } } /**