ନ୍ୟୁଜ୍

phpstorm调试docker php. Contribute to yangtaihua/phpstorm-docker-xdebug-example development by creating an account on GitHub.
XDebug sends its debug information from PHP-FPM to the host machine (where PHPStorm is running), while the web server container sends all requests for PHP files to the PHP-FPM container (called app / ...
So how does it work? In my case, I set xdebug.start_with_request in the PHP Xdebug configuration to yes, which says to the PHP service, “Hey, enable the debugger for all sessions.” This is less ...