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.
- Host: GitHub
- URL: https://github.com/zored/xdebug-sample
- Owner: zored
- Created: 2017-11-01T18:16:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T19:26:38.000Z (over 8 years ago)
- Last Synced: 2025-01-13T10:50:45.138Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)