tiredofit / docker-nginx-php-fpm

Dockerized web server and interpreter image with many customizable options
MIT License
138 stars 34 forks source link

Added support for debugging with PhpStorm #36

Closed Unlink closed 2 years ago

Unlink commented 2 years ago

When using PhpStorm for debugging, it is necessary to set the env variable PHP_IDE_CONFIG so that it matches the setting in PhpStorm, otherwise the correct mapping of the debugger to lines of source code does not work.

php-fpm does not automatically take the env variables from container so this needs to be added manually if it is set.

tiredofit commented 2 years ago

Great! Thanks again.

tiredofit commented 2 years ago

Tagged as 6.4.9