-
Notifications
You must be signed in to change notification settings - Fork 496
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
How to get xdebug working with phpstorm? #404
Comments
I used https://gist.github.com/dhrrgn/ba29568b23c22bfcb148 to get it working. Note the |
You could put a video with the installation of "Vaprobash + Laravel + XDebug + PHPStorm" in documentation! :) |
That's a great idea! |
I will look at it this weekend :) Tnx! (Been very busy so a very late response :)) |
i also get exactly the same error |
So I got this to work today... but with a little change the the gist above. My logs showed:
So xdebut is not able to connect through 192.168.22.1. I commented out I should note, I've not had this issue w/ other vagrant deployments (like with scotchbox) so something must be different w/ how the network is setup I think. |
So I tried getting xdebug to work with phpstorm, but I don't seem to get it to work. Anyone actually using it and can confirm its working. It seems to be installed when I check phpinfo. It might just be me not configuring phpsptorm the right way. I got phpstorm to use vagrant, get ssh and use the remote php as the interpreter. The next step should be under php>Servers but there I get this warning when I try to validate the remote environment:
Anyone got a idea?
The text was updated successfully, but these errors were encountered: