rollOutDebugger();
getStatus().CAN_SET_BREAKPOINTS = false;
if (debugConnection != null) {
DatabaseDebuggerInterface debuggerInterface = getDebuggerInterface();
runtimeInfo = debuggerInterface.stopExecution(debugConnection);
debuggerInterface.detachSession(debugConnection);
connectionHandler.freePoolConnection(debugConnection);
debugConnection = null;
}