> However, I think that even a simple dump will be a
> blessing as most PHP programmers must be quite used
> to print() style debugging now ;)

debugger like the http://dd.cron.ru/dbg are able to show you the call
stack and variable scopes even with actual php versions. so speed is
more important than backtrace availability, even though backtraces would
be nice if they would be catchable to create custom error logs.

harald.


-- 
PHP Development 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