mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:39:13 +02:00
Debugger: don't print field-visibility in records
This commit is contained in:
parent
9fdd4b278b
commit
6476a2ed2b
@ -213,7 +213,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
if (ADispFormat = wdfStructure) then begin
|
||||
if (ADispFormat = wdfStructure) and (AResValue.StructType in [dstClass, dstObject]) then begin
|
||||
if vis <> VisibilityNames[FldInfo.FieldVisibility] then begin
|
||||
vis := VisibilityNames[FldInfo.FieldVisibility];
|
||||
if (Length(Result) > 0) then
|
||||
|
Loading…
Reference in New Issue
Block a user