如何在PhpStorm中配置xdebug?

时间:2017-08-16 10:00:19

标签: php debugging phpstorm drupal-8

我在互联网上阅读了几个教程但没有成功。我在我的php.ini文件中配置了xdebug,如下所示:

zend_extension=/usr/lib/php/20131226/xdebug.so
xdebug.remote_enable=true
xdebug.remote_port=9000
xdebug.profiler_enable=1
xdebug.profiler_output_dir=/tmp

enter image description here

我有以下PhpStorm设置:

enter image description here

我放了下面的断点,但是如果我重新加载页面

它就不会工作

enter image description here

1 个答案:

答案 0 :(得分:1)

你必须为PhpStorm添加一个监听器

enter image description here enter image description here enter image description here

然后你会在底部有一个调试标签

enter image description here enter image description here