mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +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())) {
|
if (dmc instanceof IFrameDMContext && DMContexts.isAncestorOf(dmc, e.getDMContext())) {
|
||||||
IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
|
IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage();
|
||||||
doDisplaySource((IFrameDMContext) dmc, page, false, true);
|
doDisplaySource((IFrameDMContext) dmc, page, false, true);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
doneStepping(e.getDMContext());
|
||||||
}});
|
}});
|
||||||
} else {
|
} else {
|
||||||
doneStepping(e.getDMContext());
|
doneStepping(e.getDMContext());
|
||||||
|
|
Loading…
Add table
Reference in a new issue