1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[218573] Added process created event handling to make sure that new processes appear in Debug view.

This commit is contained in:
Pawel Piech 2008-02-11 22:25:19 +00:00
parent db8b348da7
commit e9b345d4fa

View file

@ -208,7 +208,7 @@ public class StandardProcessVMNode extends AbstractVMNode {
}
protected void handleCreate(DebugEvent event, ModelDelta parent) {
// do nothing - Launch change notification handles this
parent.setFlags(parent.getFlags() | IModelDelta.CONTENT);
}
protected void handleTerminate(DebugEvent event, ModelDelta parent) {