diff --git a/src/plugins/debugger/watchwindow.cpp b/src/plugins/debugger/watchwindow.cpp index deb6a737c04..88724359f4c 100644 --- a/src/plugins/debugger/watchwindow.cpp +++ b/src/plugins/debugger/watchwindow.cpp @@ -601,6 +601,8 @@ void WatchWindow::setModel(QAbstractItemModel *model) connect(model, SIGNAL(layoutChanged()), SLOT(resetHelper())); connect(model, SIGNAL(enableUpdates(bool)), SLOT(setUpdatesEnabled(bool))); + // Potentially left in disabled state in case engine crashes when expanding. + setUpdatesEnabled(true); } void WatchWindow::setUpdatesEnabled(bool enable)