mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[269043] [run control] If I perform a step operation on a thread, stepping is blocked for 5 sec.
This commit is contained in:
parent
88c96a3712
commit
f3c35beabe
1 changed files with 2 additions and 0 deletions
|
@ -797,8 +797,10 @@ public class DsfSourceDisplayAdapter implements ISourceDisplay, ISteppingControl
|
|||
if (dmc instanceof IFrameDMContext && DMContexts.isAncestorOf(dmc, e.getDMContext())) {
|
||||
IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
|
||||
doDisplaySource((IFrameDMContext) dmc, page, false, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
doneStepping(e.getDMContext());
|
||||
}});
|
||||
} else {
|
||||
doneStepping(e.getDMContext());
|
||||
|
|
Loading…
Add table
Reference in a new issue