欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php配置xdebug失败,无法调试

程序员文章站 2022-03-26 12:52:20
...
phpxdebug配置端口

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