engine.variablesSyncListeners.add(log);
}
if (!remoteDebug)
{
File libSearchRoot = new File(project.getLocation().toFile(), "lib");
engine.setDeSimulationLauncher(new VdmRtBundleLauncher(deFile, deUrl.getPort(), libSearchRoot));// new
} else
{
deUrl = new URL(IDebugConstants.DEFAULT_DE_ENDPOINT.replaceAll("PORT", Integer.valueOf(8080).toString()));
engine.setDeSimulationLauncher(new VdmRtLauncher(5000));
}