[eluser]mindph[/eluser]
If I remember correctly, var_dump($this); should give you a printout of the current object with it's setup and var_dump(debug_backtrace()); accordingly gives you an output of the backtrace. I used this for debugging sometime, however it's a quick and dirty apporach.