Debugger: Watch-Dialog, fix "inspect/detail pane" for new WatchResult

This commit is contained in:
Martin 2022-05-16 16:51:58 +02:00
parent f190c1ff0b
commit 29b33ff629

View File

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