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

@@ -2401,6 +2401,10 @@ void DebuggerEngine::updateItem(const QString &iname)
doUpdateLocals(params);
}
void DebuggerEngine::reexpandItems(const QSet<QString> &)
{
}
void DebuggerEngine::updateWatchData(const QString &iname)
{
// This is used in cases where re-evaluation is ok for the same iname