forked from qt-creator/qt-creator
DAP: Update expanded variables over debugging process
Update and save expanded variables over debugging process Change-Id: Iff35389fb5e56c0cde549565e88288e4bc9b52e7 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -2241,6 +2241,7 @@ bool WatchHandler::insertItem(WatchItem *item)
|
||||
|
||||
void WatchModel::reexpandItems()
|
||||
{
|
||||
m_engine->reexpandItems(m_expandedINames);
|
||||
for (const QString &iname: m_expandedINames) {
|
||||
if (WatchItem *item = findItem(iname)) {
|
||||
emit itemIsExpanded(indexForItem(item));
|
||||
|
||||
Reference in New Issue
Block a user