abort("Cannot launch a project (" + destecsProject.getName()
+ ") with errors, please check the problems view", null);
}
this.launch = launch;
target = new DestecsDebugTarget(launch, project, outputFolder);
this.launch.addDebugTarget(target);
startSimulation();
} catch (Exception e)
{
abort("Aborting launch because of config error", e);