try {
Connection debugConnection = debugProcess.getDebugConnection();
if (temporary) {
debuggerInterface.disableBreakpoint(breakpointId, debugConnection);
} else {
debuggerInterface.removeBreakpoint(breakpointId, debugConnection);
breakpoint.putUserData(BREAKPOINT_ID_KEY, null);
}
} catch (SQLException e) {
e.printStackTrace();
}