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:
parent
db8b348da7
commit
e9b345d4fa
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue