lcl: debugging

This commit is contained in:
mattias 2023-11-01 00:00:38 +01:00
parent 434020fe78
commit 0f4eb93052

View File

@ -4262,7 +4262,7 @@ begin
// not a sibling and not the parent -> invalid AnchorSide
//if CheckPosition(Owner) then DebugLn(['TAnchorSide.GetSidePosition invalid AnchorSide ',dbgsName(ReferenceControl)]);
{$IFNDEF VerboseAnchorSide}
DebugLn(['TAnchorSide.CheckSidePosition invalid anchor control, ',DbgSName(Owner),' ',dbgs(Kind)]);
DebugLn(['TAnchorSide.CheckSidePosition invalid anchor control, ',DbgSName(Owner),' ',dbgs(Kind),' OwnerParent=',DbgSName(OwnerParent),' CurReferenceControl=',DbgSName(CurReferenceControl)]);
{$ENDIF}
ReferenceControl:=nil;
exit;