DatabaseDebuggerManager.getInstance(project).registerDebugSession(connectionHandler);
DBProgramRunConfiguration runProfile = (DBProgramRunConfiguration) session.getRunProfile();
executionInput = runProfile.getExecutionInput();
breakpointHandler = new DBProgramBreakpointHandler(session, this);
breakpointHandlers = new DBProgramBreakpointHandler[]{breakpointHandler};
}