public void execute() {
final ConnectionHandler connectionHandler = executionInput.getConnectionHandler();
final Project project = connectionHandler.getProject();
MethodExecutionManager executionManager = MethodExecutionManager.getInstance(project);
boolean continueExecution = executionManager.promptExecutionDialog(executionInput, true);
if (continueExecution) {
RunContentDescriptor reuseContent = environment.getContentToReuse();
DBProgramDebugProcessStarter debugProcessStarter = new DBProgramDebugProcessStarter(connectionHandler);
XDebugSession session = null;