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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user