想要使用xdebug插件。我自己的php版本是5.6.18,于是我下载了php_xdebug-2.2.5-5.6-vc11-x86_64.dll放在了D:AppServphp5ext这个路径下面,然后在php.ini下配置如下
[Xdebug]
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_host= localhost
xdebug.remote_port = 9000
xdebug.idekey = PHPSTORM
,但是当我重启apache,刷新phpinfo却找不到xdebug,请问这是怎么回事?
确定一下加启用扩展的配置了吗?