mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 07:42:59 +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;
|
end;
|
||||||
|
|
||||||
InspectMemo.WordWrap := True;
|
InspectMemo.WordWrap := True;
|
||||||
InspectMemo.Text := d.Value;
|
InspectMemo.Text := DebugBoss.FormatValue(d.TypeInfo, PrintWatchValue(d.ResultData, d.DisplayFormat));
|
||||||
finally
|
finally
|
||||||
DebugBoss.UnLockCommandProcessing;
|
DebugBoss.UnLockCommandProcessing;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user