mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:21:24 +02:00
LazDebuggerFp: Clean up
git-svn-id: trunk@61745 -
This commit is contained in:
parent
27171a439a
commit
c66f2fd121
@ -1417,11 +1417,10 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
|
||||
if defNoTypeInfo in EvalFlags then
|
||||
Res := FPrettyPrinter.PrintValue(AResText, APasExpr.ResultValue, DispFormat, RepeatCnt)
|
||||
Res := FPrettyPrinter.PrintValue(AResText, ResValue, DispFormat, RepeatCnt)
|
||||
else
|
||||
Res := FPrettyPrinter.PrintValue(AResText, ATypeInfo, APasExpr.ResultValue, DispFormat, RepeatCnt);
|
||||
Res := FPrettyPrinter.PrintValue(AResText, ATypeInfo, ResValue, DispFormat, RepeatCnt);
|
||||
|
||||
// PCHAR/String
|
||||
if APasExpr.HasPCharIndexAccess then begin
|
||||
|
Loading…
Reference in New Issue
Block a user