
Truman continues to steer his wrecked sailboat towards the infinitely receding horizon. All of that worked but still the debugger didn't work.You can also subscribe to the RSS or Atom feed, or follow me on Twitter. I also did a ping to my host machine from within the container to test if there's a connection and a telnet to test for port 9000. Any ideas why this is not working?Īnyways I tried this already before with different settings including the and my actual IP address. The other two settings from my still apply though. But now when I docker-compose down and up again it doesn't change in the phpinfo anymore. I am pretty sure this was added to the config correctly before. Th app is running inside docker and remote_host should be set to by my docker-compose.yml that I have attached above, for some reason this line doesn't seem to have any effect anymore XDEBUG_CONFIG: remote_host= XDEBUG_CONFIG: remote_log=/var/log/apache2/xdebug.log docker-images/php/vhosts/:/etc/apache2/sites-enabled

docker-images/php/php.ini:/usr/local/etc/php/php.ini This is the output of my phpinfo xdebug support Now when I activate this extension and set phpstorm to listen for incoming php debug connections and set a few breakpoints, when I reload the page nothing happens.

I also installed the browser extension for chrome. When I go to Preferences -> PHP > Debug and Validate the debugger configuration (as a local web server) this works and gives me the following output: Now as the last thing I tried to set up Xdebug, which isn't working. Now I set this up in PHPStom as a local webserver (because it's running on 127.0.0.1:80 and the sourcecode is mounted as a volume) I have a magento project set up in a docker-compose with two services: php-apache7.2 and mariadb10.1.36
