Xdebug does not work
Edit on GitHubDescription
Xdebug does not work.
Solution
- Ensure that Xdebug is enabled in
deploy.*.yml
:
docker:
...
debug:
xdebug:
enabled: true
- Ensure that IDE is listening to the port 9000.
- Check if the host is accessible from the container:
docker/sdk cli -x bash -c 'nc -zv ${SPRYKER_XDEBUG_HOST_IP} 9000'
Thank you!
For submitting the form