try {
if (DBGpLogger.debugBP()) {
DBGpLogger
.debug("removing runtoline breakpoint"); //$NON-NLS-1$
}
bmgr.removeBreakpoint(breakpoint, true);
} catch (CoreException e) {
DBGpLogger
.logException(
"Exception trying to remove a runtoline breakpoint", //$NON-NLS-1$
this, e);