aspendigital / docker-octobercms

Dockerized October CMS: PHP, Composer, October core and dependencies
MIT License
150 stars 54 forks source link

Xdebug error #40

Closed trnikon closed 4 years ago

trnikon commented 4 years ago

When enabling xdebug, it's looking for a file called "docker-xdebug-php.ini", and when it's not found, an error message called "Xdebug config not found. Try the develop image" appears. This file is not generated during setup and there are no instructions on how to create it.

trnikon commented 4 years ago

It turns out it's only available on develop tags, when I used "develop-php7.4-apache" xdebug worked.