

I only have a single php.ini file, and I have verified that Xdebug settings show up just fine in phpinfo in a browser. xDebug PhpStorm Working Via CLI - Not Working Via Web Page/Apache - laradock Dockerfile Hello I am having an issue getting php-fpm to trigger debugging when hitting web pages. Debugging Symfony2 Console Commands with XDebug and PHPStorm. The most obvious cause would be having separate php.ini files for CLI and Apache, but that is not the case.

I have checked the Xdebug log, and I'm not seeing anything unusual there:

It still does not work when invoking a script through Apache though. Xdebug.remote_log="c:\xampp2\tmp\xdebug.txt"Īdding xdebug.remote_autostart made sure that connections were being set up whenever a script is being run from the CLI. getting Xdebug to work with my development setup (which is PhpStorm running Xdebug can be tricky to configure, because it works in reverse from the way If you. My current configuration in php.ini is as follows: zend_extension = "c:\xampp2\php\ext\php_xdebug.dll" (Later I found that this is wrong, but not erroneous. xdebug.remoteport is configured correctly. When I run PhpStorm it launches the web app in the browser with relevant debugging parameters in the browser. This time things are not going as smoothly though. I’m now trying to get PhpStorm to debug it using Xdebug. I've set it up several times in the past, without much issues. I'm trying to get debugging using Xdebug and PhpStorm to work.
