mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:29:12 +02:00
Debugger: Watch-Dialog, fix "inspect/detail pane" for new WatchResult
This commit is contained in:
parent
f190c1ff0b
commit
29b33ff629
@ -934,7 +934,7 @@ begin
|
||||
end;
|
||||
|
||||
InspectMemo.WordWrap := True;
|
||||
InspectMemo.Text := d.Value;
|
||||
InspectMemo.Text := DebugBoss.FormatValue(d.TypeInfo, PrintWatchValue(d.ResultData, d.DisplayFormat));
|
||||
finally
|
||||
DebugBoss.UnLockCommandProcessing;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user