EA-85173 - assert: ComponentManagerImpl.getPicoContainer

This commit is contained in:
Egor.Ushakov
2016-07-04 12:07:17 +03:00
parent d02d25f9d9
commit 311e83d5c7
@@ -775,7 +775,7 @@ public class XDebugSessionImpl implements XDebugSession {
updateExecutionPosition();
if (myShowTabOnSuspend.compareAndSet(true, false)) {
UIUtil.invokeLaterIfNeeded(() -> {
AppUIUtil.invokeLaterIfProjectAlive(myProject, () -> {
initSessionTab(null);
showSessionTab();
});