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:
Artem Sokolovskii
2023-09-22 11:48:23 +02:00
parent 72bcaeaab4
commit 6d92639a2d
5 changed files with 51 additions and 10 deletions

View File

@@ -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));