forked from qt-creator/qt-creator
debugger: trigger view clean up on DebuggerFinished, not DebuggerNotReady
This commit is contained in:
@@ -2251,7 +2251,7 @@ void DebuggerPluginPrivate::updateState(DebuggerEngine *engine)
|
||||
// resetLocation();
|
||||
//qDebug() << "PLUGIN SET STATE: " << m_state;
|
||||
|
||||
if (m_state == DebuggerNotReady) {
|
||||
if (m_state == DebuggerFinished) {
|
||||
setBusyCursor(false);
|
||||
cleanupViews();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user