与Symfony和PhpStorm的XDebug不起作用(Ubuntu安装)

时间:2016-03-20 07:59:05

标签: php symfony phpstorm xdebug

关于我的系统的事实
Ubuntu 15.10
Php 5.6.11
Symfony 2.7
PhpStorm 10
xDebug 2.4 < BR />
我真的很难让xdebug在PhpStorm的Symfony项目下工作。

我安装了xdebug 在我的/etc/php5/apache2/php.ini中配置了php.ini文件 并在cli文件夹中

  

[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

但是当我&#34;开始监听PHP Debug Connections&#34;并在我的应用程序中设置断点并运行带断点的测试,Xdebug不会破坏程序。

php -v

  

PHP 5.6.11-1ubuntu3.1(cli)
      版权所有(c)1997-2015 PHP集团
      Zend Engine v2.6.0,版权所有(c)1998-2015 Zend Technologies       
使用Zend的Zend OPcache v7.0.6-dev,版权所有(c)1999-2015       技术       
与Xdebug v2.4.0,版权所有(c)2002-2016,Derick Rethans

Xdebug shows up under my PhP interpreter

如果您需要更多信息,请告诉我们 感谢

1 个答案:

答案 0 :(得分:2)

我把xdebug设置放在/etc/php5/apache2/conf.d/20-xdebug.ini

中解决了