1
0
Fork 0
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:
Pawel Piech 2008-05-07 16:28:35 +00:00
parent 7e84ea3f5f
commit 3f23a61e55

View file

@ -312,6 +312,9 @@ public class ThreadVMNode extends AbstractDMVMNode
rm.done(); rm.done();
} }
}); });
} else {
rm.done();
} }
} }