[xdebug-general] Re: trace on php warnings?

From: Derick Rethans <derick[@]xdebug.org>
Date: Tue Jun 15 2004 - 09:03:29 CEST

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 09:03:29 2004

This archive was generated by hypermail 2.1.8 : Fri Jul 04 2008 - 21:00:10 CEST