1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 14:45:25 +02:00

[250033] - [run control][update policy] Stepping slow in synchronized "synchronized stepping" mode if no views are open.

This commit is contained in:
Pawel Piech 2008-10-07 22:44:06 +00:00
parent b1ec6ca223
commit cfbfb1b005

View file

@ -247,6 +247,8 @@ abstract public class AbstractVMAdapter implements IVMAdapter
}});
}
crm.setDoneCount(count);
} else {
doneHandleEvent(event);
}
}