mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 08:29:37 +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
|
||||
JITMethod:=TJITMethod(Method.Data);
|
||||
Result:=JITMethod.TheMethodName;
|
||||
{$IFDEF EnableTFrame}
|
||||
DebugLn(['TMainIDE.OnPropHookGetMethodName ',dbgsName(GlobalDesignHook.LookupRoot),' ',dbgsName(JITMethod.TheClass)]);
|
||||
{$ENDIF}
|
||||
if GlobalDesignHook.LookupRoot.ClassType<>JITMethod.TheClass then begin
|
||||
Result:=JITMethod.TheClass.ClassName+'.'+Result;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user