http://blogs.adobe.com/aharui/2007/10/debugging_tricks.html

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of learner
Sent: Wednesday, January 09, 2008 6:24 AM
To: flexcoders@yahoogroups.com; [EMAIL PROTECTED]
Subject: [flexcomponents] Logging

 

Hi all,
Is there any way in which I get the caller function name. As in :

class Aclass{

    instanceB:Bclass;
   function a(){
      instanceB.b(this)
   }

}

class Bclass{
     function b(Obj){
        // How to trace function name and class name 
      }
}


I have traced out class name by getFullyQualifiedClassName(Obj) but how
to trace function name ???

Please somebody guide me .. its very important for me.

Regards

 

Reply via email to