mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 11:39:55 +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;
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user