debugger: empty list of fetched variables at the end of the full cycle

The original logic was faulty but worked better in the presence of the
original "extra layoutChanged()" hack which is replaced now.
This commit is contained in:
hjk
2010-03-09 17:37:36 +01:00
parent c741f83514
commit dd7abf87a6
3 changed files with 13 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ void GdbEngine::updateLocalsPython(const QByteArray &varList)
PRECONDITION;
m_processedNames.clear();
manager()->watchHandler()->beginCycle(true);
manager()->watchHandler()->beginCycle();
//m_toolTipExpression.clear();
WatchHandler *handler = m_manager->watchHandler();