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

Defect 225650, additional tweaking.

This commit is contained in:
Randy Rohrbach 2009-03-13 15:39:55 +00:00
parent ee3817460e
commit 739592300e

View file

@ -203,7 +203,7 @@ public class PDARunControl extends AbstractDsfService
private boolean fVMResumePending = false;
private boolean fVMSuspendPending = false;
private boolean fVMStepping = false;
private StateChangeReason fVMStateChangeReason;
private StateChangeReason fVMStateChangeReason = StateChangeReason.UNKNOWN;
// Threads' state data
private static class ThreadInfo {