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

From: Derick Rethans <derick[@]xdebug.org>
Date: Tue, 15 Jun 2004 09:03:29 +0200 (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 2004 - 09:03:29 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:03 BST