ILaunchConfiguration _launchConfiguration = _launch.getLaunchConfiguration();
boolean _equals_1 = Objects.equal(configuration, _launchConfiguration);
if (_equals_1) {
DebugPlugin _default = DebugPlugin.getDefault();
_default.removeDebugEventListener(this);
RefreshJob _refreshJob = new RefreshJob(configuration);
_refreshJob.schedule();
return;
}
}
}
}