XDebug with Symfony and PhpStorm doesn't work (Ubuntu installation)
问题 Facts about my system Ubuntu 15.10 Php 5.6.11 Symfony 2.7 PhpStorm 10 xDebug 2.4 I really struggle getting xdebug to work under my Symfony project in PhpStorm. I installed xdebug configured the php.ini file in my /etc/php5/apache2/php.ini and in the cli folder [xdebug] zend_extension=/usr/lib/php5/20131226/xdebug.so xdebug.remote_enable = 1 xdebug.remote_port = 9000 xdebug.idekey = PHPSTORM xdebug.remote_host=127.0.0.1 But when I "Start listening for PHP Debug Connections" and set breakpoints