JetBrains / JetBrains/phpstorm-workshop
XDEBUG_CONFIG for macOS has extra comma
Open
- Dominant language
- PHP
- Stars
- 294
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.