try {
String _refreshScope = RefreshTab.getRefreshScope(configuration);
boolean _notEquals = (!Objects.equal(_refreshScope, null));
if (_notEquals) {
DebugPlugin _default = DebugPlugin.getDefault();
final IDebugEventSetListener _function = new IDebugEventSetListener() {
public void handleDebugEvents(final DebugEvent[] it) {
for (final DebugEvent event : it) {
boolean _and = false;
Object _source = event.getSource();
if (!(_source instanceof IProcess)) {