当前位置:Gxlcms > PHP教程 > php配置xdebug失败,无法调试

php配置xdebug失败,无法调试

时间:2021-07-01 10:21:17 帮助过:26人阅读

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

人气教程排行