A container image for the Xdebug DBGp proxy.
The image downloads the official dbgpProxy binary from xdebug.org.
These commands need Docker with the Buildx plugin.
docker buildx bakedocker run -d --name dbgp-proxy -p 9001:9001 -p 9003:9003 webevt/dbgp-proxy:0.6.2- In your IDE, start listening and register with the proxy on port 9001 with your IDE key.
- Set
xdebug.client_hostto the proxy host andxdebug.client_portto 9003 in PHP. - Send the same IDE key from PHP with
XDEBUG_SESSIONorxdebug.idekey.