Xdebug PhpStorm 2016.2

时间:2016-08-05 18:44:43

标签: php phpstorm xdebug

我已经关注this guide但是当我开始调试应用程序时,它会调试每个操作,而不仅仅是我标记的断点。 php.ini配置如下:

[Xdebug]
zend_extension = C:\xampp\php\ext\php_xdebug-2.4.1-5.6-vc11.dll
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.idekey=PHPSTORM
xdebug.remote_port = 9000

我需要另一步才能发挥作用吗?提前谢谢

0 个答案:

没有答案