3738394041424344454647
if (port == -1) { CheckLaunchJob checkLaunchJob = new CheckLaunchJob( "Checking Launch", project, true); try { checkLaunchJob.schedule(); checkLaunchJob.join(); } catch (InterruptedException e) { } port = DebugServerLaunchManager.getPort(project);
93949596979899100101102103