mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-16 23:08:16 +02:00
Debugger: Inspect Window, fix some update issues.
This commit is contained in:
parent
549a0395f7
commit
594f4eccd3
@ -898,6 +898,12 @@ procedure TIDEInspectDlg.EvaluateCallback(Sender: TObject; ASuccess: Boolean;
|
|||||||
ResultText: String; ResultDBGType: TDBGType);
|
ResultText: String; ResultDBGType: TDBGType);
|
||||||
begin
|
begin
|
||||||
FUpdateLock := False;
|
FUpdateLock := False;
|
||||||
|
if FUpdateNeeded then begin
|
||||||
|
Clear;
|
||||||
|
UpdateData;
|
||||||
|
exit;
|
||||||
|
end;
|
||||||
|
|
||||||
FExpressionWasEvaluated := True;
|
FExpressionWasEvaluated := True;
|
||||||
|
|
||||||
FHumanReadable := ResultText;
|
FHumanReadable := ResultText;
|
||||||
|
Loading…
Reference in New Issue
Block a user