Hi
I create this issue to get some help.
I've migrate my project from a regular config with a container apache and php_fpm.
In that config my container php_fpm expose port 9010, so after few configuration PHPSTORM trigger when script execution is detected.
From the new configuration my php project is derectly mount in caddy container, and php_fpm doesn't exist.
I install Xdebug in container and expose port 9010.
When I run a cli command from container PHP stop on break point and allow to step debugging. However when I navigate on my website, PHPSTORM isn't able to catch script execution.
I don't know how can I enable step debugging outside container.
Hi I create this issue to get some help. I've migrate my project from a regular config with a container apache and php_fpm. In that config my container php_fpm expose port 9010, so after few configuration PHPSTORM trigger when script execution is detected. From the new configuration my php project is derectly mount in caddy container, and php_fpm doesn't exist. I install Xdebug in container and expose port 9010.
When I run a cli command from container PHP stop on break point and allow to step debugging. However when I navigate on my website, PHPSTORM isn't able to catch script execution.
I don't know how can I enable step debugging outside container.
Tel me if you need some detail.
thx