.updateDebugHistoryLog(history.getId(),
history.getLog().getContent());
context.getDebugRunnings().remove(debugId);
}
Status status = Status.OK;
String errorText = "";
if (exitCode != 0) {
status = Status.ERROR;
}
if (exception != null && exception.getMessage() != null) {