-
Notifications
You must be signed in to change notification settings - Fork 44
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 stopping at my breakpoints #18
Comments
I also tried
PHPSTORM is allowed in my firewall and I have added to my host file |
Ok, implementing the path mapping gave me the same result for both 10.0.75.1 and default as host
But using host.docker.internal gave me the following output in the logs. Still not opening my IDE though
|
oh, by the way, I've linked the issue that was for the previous xdebug major version, since then a lot of env vars have changed, see https://github.com/wodby/php/blob/master/8/templates/docker-php-ext-xdebug.ini.tmpl and https://github.com/wodby/docker4php/blob/master/docker-compose.yml#L41-L47 |
Codebase
Mounted codebase
Host OS
Windows 10
Docker info output
Docker compose file
Logs output
traefik log when I hit the page with my breakpoint
xdebug log with default remote host or remote host pointing to '127.19.0.1', which is basically the same since default value is localhost?
XDebug log when using host.docker.internal (suggestion I found somewhere online)
Before adding remote_connect_back=0 I always had following output in log
I have read a lot of other issues, SO threads but no answer seems really definitive. I've been trying to set this up for too long now which is sad because the docs make it seem like a simple plug and play setup. I really hope someone can help to clear up this issue.
The text was updated successfully, but these errors were encountered: