-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Xdebug #40
Comments
Is this a question or an issue? It should be working like that by default; PHP Error takes over the error reporting, however xDebug continues to be available for profiling and debugging. |
Then it's an issue, because it doesn't work for me. First I tried changing
In both cases, error handling is still done by Xdebug. I'm running PHP 5.4.6 on Ubuntu 12.10. |
Is this perchance an xdebug.show_exception_trace problem, as discussed in composer/composer#989 (comment) ? |
I don't think so; disabling it doesn't have any effect. I'm triggering a mere Notice error anyway. |
Worked for me without any problem. Had to make one change though to keep xDebug's pretty var_dump() See Pull Request #46 |
Is there any way I can continue to have Xdebug enabled, but use PHP-Error just for error reporting?
The text was updated successfully, but these errors were encountered: