backtraceInfo = getDebuggerInterface().getExecutionBacktraceInfo(debugConnection);
} catch (SQLException e) {
showErrorDialog(e);
}
DatabaseEditableObjectFile databaseFile = getDatabaseFile(runtimeInfo);
DBProgramDebugSuspendContext suspendContext = new DBProgramDebugSuspendContext(this);
getSession().positionReached(suspendContext);
navigateInEditor(databaseFile, runtimeInfo.getLineNumber());
}
}