forked from qt-creator/qt-creator
debugger: next attempt at fixing the "can't open items in locals view" issue.
This commit is contained in:
@@ -51,7 +51,7 @@ void GdbEngine::updateLocalsPython(const QByteArray &varList)
|
||||
PRECONDITION;
|
||||
m_processedNames.clear();
|
||||
|
||||
manager()->watchHandler()->beginCycle(false);
|
||||
manager()->watchHandler()->beginCycle(true);
|
||||
//m_toolTipExpression.clear();
|
||||
WatchHandler *handler = m_manager->watchHandler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user