LazDebuggerFp: Clean up

git-svn-id: trunk@61745 -
This commit is contained in:
martin 2019-08-22 21:33:22 +00:00
parent 27171a439a
commit c66f2fd121

View File

@ -1417,11 +1417,10 @@ begin
end; end;
if defNoTypeInfo in EvalFlags then if defNoTypeInfo in EvalFlags then
Res := FPrettyPrinter.PrintValue(AResText, APasExpr.ResultValue, DispFormat, RepeatCnt) Res := FPrettyPrinter.PrintValue(AResText, ResValue, DispFormat, RepeatCnt)
else else
Res := FPrettyPrinter.PrintValue(AResText, ATypeInfo, APasExpr.ResultValue, DispFormat, RepeatCnt); Res := FPrettyPrinter.PrintValue(AResText, ATypeInfo, ResValue, DispFormat, RepeatCnt);
// PCHAR/String // PCHAR/String
if APasExpr.HasPCharIndexAccess then begin if APasExpr.HasPCharIndexAccess then begin