forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.11'
Change-Id: I949f4f63abe12e11c4598c98295bfccc82e0ebdb
This commit is contained in:
@@ -1826,7 +1826,8 @@ void DebuggerEngine::setState(DebuggerState state, bool forced)
|
||||
|
||||
if (state == EngineRunRequested) {
|
||||
emit engineStarted();
|
||||
d->m_perspective->select();
|
||||
if (d->m_perspective)
|
||||
d->m_perspective->select();
|
||||
}
|
||||
|
||||
showMessage(msg, LogDebug);
|
||||
|
||||
Reference in New Issue
Block a user