eko / docker-symfony

Run a Symfony application using Docker & docker-compose
BSD Zero Clause License
1.29k stars 474 forks source link

#133 Xdebug configs updated for Xdebug 3. #134

Closed automatix closed 3 years ago

automatix commented 3 years ago

The Xdebug 2 configs replaced by Xdebug 3 configs. With these settings (and ENABLE_PHP_XDEBUG: 1 in the docker-compose.yml of course) Xdebug works out of the box.

eko commented 3 years ago

Thank you for this update @automatix, I will test it tomorrow as I don't have time today but will merge if everything is okay :)