1
0
Fork 0
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:
Anton Leherbauer 2009-03-18 13:21:32 +00:00
parent 88c96a3712
commit f3c35beabe

View file

@ -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());