IDE: added debugging for frame events

git-svn-id: trunk@15709 -
This commit is contained in:
mattias 2008-07-08 17:59:05 +00:00
parent 93694fa80f
commit 6c56c29ae5

View File

@ -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;