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.
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.