mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 17:40:26 +02:00
DBG: update locals and watches, if user modified variable
git-svn-id: trunk@28754 -
This commit is contained in:
parent
5a9a59f74e
commit
c3f314bb44
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user