How to use xdebug with swoole in a docker container
Setting up xdebug with swoole could be a bit of a hustle especially if application is containerized and you are running swoole and xdebug in a docker container but your IDE is on the host. Here’s what worked for me. Here I’m using hyperf framework, but I think issues and instructions should be similar for … Read more