1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Process the suspended event even if there is no threads

or stacks
This commit is contained in:
Alain Magloire 2003-11-25 18:15:39 +00:00
parent 9dc3aa63e5
commit e491b3048f

View file

@ -277,10 +277,11 @@ public class EventManager extends SessionObject implements ICDIEventManager, Obs
if (cthread != null) {
cthread.getCurrentStackFrame();
} else {
return false;
return true;
}
} catch (CDIException e1) {
//e1.printStackTrace();
return true;
}
}