-
Notifications
You must be signed in to change notification settings - Fork 0
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 is not working on both mac and windows #26
Comments
Hi, in order to help you can you share a public GitHub repo with your code? |
Hi, Thanks for you response. i added few images that can be helpful into readme.md. |
@lamouf looks like it might be the quotes around the IP address: # Your repo, docker-compose env will include the double quotes as part of the value.
PHP_XDEBUG_REMOTE_HOST="192.168.0.104"
# The correct configuration should be:
PHP_XDEBUG_REMOTE_HOST=192.168.0.104 You might also want to try this on Mac/Windows too: PHP_XDEBUG_REMOTE_HOST=host.docker.internal I am on a Mac, but looking at the Windows documentation, the |
I would also recommend setting |
Great job Paul, |
Hi Paul,
I followed the exact steps in the two videos dedicated to xdebug.
i downloaded the laravel starter zip
copied .docker.env.example as .docker.env and changed the ip address
copied .env.example as .env
created php remote debug configuration in phpstorm
installed debugger tool addon for browser (chrome)
ran a container with docker-compose up -d
Xdebug is not working in both mac and windows
Please help.
The text was updated successfully, but these errors were encountered: