On Mon, 14 Jun 2004, Mark D. Anderson wrote:
> FYI I've now installed 1.3.1, with the same behavior (my warning
> has no stack trace, yet phpinfo says xdebug is enabled).
> Are you sure that xdebug will issue stack traces on php warnings,
> not just errors?
It's configured to whatever setting error_reporting is set. So if
E_NOTICE is part of your error_reporting level then Xdebug should show
stacktraces for E_NOTICEs.
The only reason I can think of why you don't get stack traces is that
you have a user_defined error handler. Is that the case?
regards,
Derick
Received on Tue Jun 15 2004 - 09:03:29 BST
This archive was generated by hypermail 2.2.0 : Sat Feb 11 2012 - 01:36:03 GMT