首页  >  文章  >  后端开发  >  php配置xdebug失败,无法调试

php配置xdebug失败,无法调试

WBOY
WBOY原创
2016-06-02 11:32:361689浏览

phpxdebug配置端口

按照网上教程配置PHP的xdebug,但是在phpinfo中不显示,PHP和xdebug版本都正确,PHP是5.6线程版,端口也不冲突,但是我用的是win10系统,难道xdebug不支持win10吗
[Xdebug]
zend_extension="D:phptoolsphp5.6extphp_xdebug.dll"
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_host= localhost
xdebug.remote_port = 9745
xdebug.idekey = PHPSTORM

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn