An open API service indexing awesome lists of open source software.

https://github.com/zored/xdebug-sample

Docker xDebug configuration for IDE.
https://github.com/zored/xdebug-sample

Last synced: 10 months ago
JSON representation

Docker xDebug configuration for IDE.

Awesome Lists containing this project

README

          

# Docker xDebug
Docker xDebug configuration for IDE.

## Run
`bin/run.sh` and follow instructions.

## Learn
- [`php.sh`](./bin/php.sh) builds and runs Docker image.
- [`build.sh`](./docker/build.sh) installs xDebug into clean PHP image.

## FAQ
- **Docker doesn't build**. `docker ps` should be available before execution.
- I tested it only in PhpStorm, but it should work properly elsewhere :)