mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[229991] - [debug view] Call to sleep() breaks debug session
This commit is contained in:
parent
7e84ea3f5f
commit
3f23a61e55
1 changed files with 4 additions and 1 deletions
|
@ -312,7 +312,10 @@ public class ThreadVMNode extends AbstractDMVMNode
|
||||||
rm.done();
|
rm.done();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
|
||||||
|
rm.done();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue