Is it possible to discover any sort of details about the function/script
that is calling a piece of code?  Ie, Passively

If not, does anyone have a good design pattern of how a debugger for php
should work?  At the moment I am using a class which formats the data
and dumps it to a log file, then just using a function as a wrapper so
that set_error_handler uses it.

I'm thinking there must be a better way of doing this, anyone have any
ideas?

Ray Hilton


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to