forked from qt-creator/qt-creator
debugger: clean register view after debugging finished
(cherry picked from commit cce7bf9fa2
)
This commit is contained in:
@@ -860,6 +860,7 @@ void DebuggerManager::cleanupViews()
|
|||||||
threadsHandler()->removeAll();
|
threadsHandler()->removeAll();
|
||||||
modulesHandler()->removeAll();
|
modulesHandler()->removeAll();
|
||||||
watchHandler()->cleanup();
|
watchHandler()->cleanup();
|
||||||
|
registerHandler()->removeAll();
|
||||||
m_sourceFilesWindow->removeAll();
|
m_sourceFilesWindow->removeAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user