mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 316060: DSF-gdb freezes application while stepping through optimized code
This commit is contained in:
parent
ffd8caf56d
commit
266da3242a
1 changed files with 2 additions and 0 deletions
|
@ -591,6 +591,8 @@ public class MIRunControl extends AbstractDsfService implements IMIRunControl, I
|
|||
? e.getTriggeringContexts()[0] : null;
|
||||
fSuspended = true;
|
||||
fStepping = false;
|
||||
|
||||
fResumePending = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue