Skip to content

talbergs/xdebug-client

Repository files navigation

Step Debugging client written in php.

Rarely you need a step debugger, but once you do need it - you should be able to just "spin it up".

docker run -d -p 8999:80 --network=infrastructure -v app:/app talbergs/xdebug-client

Now, web interface can be used configure things further.

Or default configuration can be passed into via ton of environment variables:

docker run -d -p 8080:8080 --env LISTEN_SOCK=/var/run/app.sock talbergs/xdebug-client

About

Step Debugging client written in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published