ID:               32102
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ceefour at gauldong dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Feature/Change Request
-Operating System: All
+Operating System: *
-PHP Version:      5.0.3
+PHP Version:      *
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

debug_back_trace() is an analysis tool which should never be output to
users. So there is no need for beautifying the output or filtering it.
If you need such filtered info please either write your filters or use
xdebug.


Previous Comments:
------------------------------------------------------------------------

[2005-02-25 07:16:47] ceefour at gauldong dot net

Description:
------------
debug_print_backtrace() is very useful. But it'll be greater if it uses
a table format similar to xdebug's automatic backtrace on error. It
should also filter arguments so that deeply nested objects/arrays
aren't displayed.

My feature request is that a PHP.ini option should be introduced that
will automatically display a backtrace upon any unhandled error. This
will be very handy when debugging, without needing to use a helper such
as xdebug or calling print_backtrace manually.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32102&edit=1

Reply via email to