-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
XDebug not loaded in PHP #800
Comments
Joe will be releasing a new box (his goal was by the end of the month) to address Xdebug compatibility issues. I would suggest waiting for that. |
it is mostly dependent on a Xdebug shipping v2.6 |
xDebug won't currently work for PHP 7.2, but is included and working on all the other included PHP versions. |
Xdebug 2.6 is already out. In case you missed it :) |
We're waiting on the PHP repository we use to build Xdebug 2.6 |
Any update on when Homestead will be updated to include XDebug 2.6? |
Homestead has included Xdebug 2.6 since shortly after 2.6 hit the repo. |
Yea, I figured this out just after posting, but accidentally, by running 'xon'. Is there any official documentation about this? |
Nothing official. We ship Xdebug on for the FPM sapis but off by default for all CLI sapis. |
I can't seem to get xdebug to work in the box.
phpinfo()
does not show the xdebug session being loaded.I have tried running
xon
invagrant ssh
with no results.I'm using box v5.0.1, Homestead v7.0.1, VirtualBox 5.2.6. MacOS 10.13.2.
Homestead.yaml:
vagrant up
aftervagrant destroy
: https://gist.github.com/tyteen4a03/7f37ddcabb2ae64cd3a0dd2430954ae0The text was updated successfully, but these errors were encountered: