DBG: update locals and watches, if user modified variable

git-svn-id: trunk@28754 -
This commit is contained in:
martin 2010-12-18 02:22:30 +00:00
parent 5a9a59f74e
commit c3f314bb44

View File

@ -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;