Skip to content
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_CONFIG for macOS has extra comma #78

Open
mameier opened this issue May 11, 2022 · 0 comments
Open

XDEBUG_CONFIG for macOS has extra comma #78

mameier opened this issue May 11, 2022 · 0 comments
Assignees

Comments

@mameier
Copy link

mameier commented May 11, 2022

In docker-compose.yml the alternative XDEBUG_CONFIG is missleading.
Multiple configs are separated by space.
So with the proposed
XDEBUG_CONFIG: remote_host=host.docker.internal, remote_port=9001
XDebug tries to make a connection to http://host.docker.internal,:9001 and fails.

Working config is:
XDEBUG_CONFIG: remote_host=host.docker.internal remote_port=9001

By the way: Validate Debugger Configuration on Web Server shows all green check marks even with wrong config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants