mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 14:31:29 +02:00
IDE: added debugging for frame events
git-svn-id: trunk@15709 -
This commit is contained in:
parent
93694fa80f
commit
6c56c29ae5
@ -1430,6 +1430,9 @@ begin
|
|||||||
end else if IsJITMethod(Method) then begin
|
end else if IsJITMethod(Method) then begin
|
||||||
JITMethod:=TJITMethod(Method.Data);
|
JITMethod:=TJITMethod(Method.Data);
|
||||||
Result:=JITMethod.TheMethodName;
|
Result:=JITMethod.TheMethodName;
|
||||||
|
{$IFDEF EnableTFrame}
|
||||||
|
DebugLn(['TMainIDE.OnPropHookGetMethodName ',dbgsName(GlobalDesignHook.LookupRoot),' ',dbgsName(JITMethod.TheClass)]);
|
||||||
|
{$ENDIF}
|
||||||
if GlobalDesignHook.LookupRoot.ClassType<>JITMethod.TheClass then begin
|
if GlobalDesignHook.LookupRoot.ClassType<>JITMethod.TheClass then begin
|
||||||
Result:=JITMethod.TheClass.ClassName+'.'+Result;
|
Result:=JITMethod.TheClass.ClassName+'.'+Result;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user