displayTransformation(session, (TransformationId) id, result);
}
}
private IntegrationEntityId getIdOfEntityToDisplay(DebugSession session, TestResult result) {
IntegrationEntityId id = null;
BreakLocation location = result.getCurrentLocation();
if (location != null) {
id = location.getIntegrationEntityId();
} else if (session != null) {
id = session.getDebugeeId();