mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
FpDebug: Fix watches for Pointer
git-svn-id: trunk@61753 -
This commit is contained in:
parent
ee04ce523f
commit
280666f480
@ -114,7 +114,7 @@ begin
|
||||
((not Result) and (not (tnfOnlyDeclared in AFlags)))
|
||||
then begin
|
||||
ATypeName := '^';
|
||||
while ADbgSymbol.Kind = skPointer do begin
|
||||
while (ADbgSymbol.Kind = skPointer) and (ADbgSymbol.TypeInfo <> nil) do begin
|
||||
ADbgSymbol := ADbgSymbol.TypeInfo;
|
||||
s := ADbgSymbol.Name;
|
||||
if s <> '' then begin
|
||||
|
Loading…
Reference in New Issue
Block a user