forked from qt-creator/qt-creator
add to watchwindow was missing an update.
This commit is contained in:
@@ -1033,7 +1033,6 @@ void DebuggerManager::addToWatchWindow()
|
||||
void DebuggerManager::watchExpression(const QString &expression)
|
||||
{
|
||||
watchHandler()->watchExpression(expression);
|
||||
//engine()->updateWatchModel();
|
||||
}
|
||||
|
||||
void DebuggerManager::setBreakpoint(const QString &fileName, int lineNumber)
|
||||
|
||||
Reference in New Issue
Block a user