work save

This commit is contained in:
Roy Qu 2024-03-10 08:06:11 +08:00
parent d302fcc10f
commit 1f8fa070c8
1 changed files with 4 additions and 1 deletions

View File

@ -906,7 +906,10 @@ void GDBMIDebuggerClient::addWatchpoint(const QString &watchExp)
void GDBMIDebuggerClient::refreshWatchVar(PWatchVar var)
{
Q_ASSERT(var!=nullptr);
postCommand("-var-update",
QString(" --all-values %1").arg(var->name),
DebugCommandSource::Other);
}
void GDBMIDebuggerClient::runInferiorStoppedHook()