diff --git a/debugger/gdbmidebugger.pp b/debugger/gdbmidebugger.pp index fe0e47e1bd..8e84aa3dc2 100644 --- a/debugger/gdbmidebugger.pp +++ b/debugger/gdbmidebugger.pp @@ -4983,6 +4983,9 @@ begin Result := ExecuteCommand('-gdb-set var %s := %s', [AExpression, S], [cfIgnoreError, cfExternal], R) and (R.State <> dsError); + + TGDBMILocals(Locals).Changed; + TGDBMIWatches(Watches).Changed; end; function TGDBMIDebugger.GDBJumpTo(const ASource: String; const ALine: Integer): Boolean;