targetConnection.setAutoCommit(false);
debugConnection = connectionHandler.getPoolConnection();
DatabaseDebuggerInterface debuggerInterface = getDebuggerInterface();
progressIndicator.setText("Initializing debugger target session");
DebuggerSessionInfo sessionInfo = debuggerInterface.initializeSession(targetConnection);
debuggerInterface.enableDebugging(targetConnection);
debuggerInterface.attachSession(sessionInfo.getSessionId(), debugConnection);
synchronizeSession();
executeMethod();
} catch (SQLException e) {
getSession().stop();