美文网首页
PHPStorm配置xdebug工具

PHPStorm配置xdebug工具

作者: lifefruity | 来源:发表于2020-12-24 22:25 被阅读0次

php版本7.2
去官网下载了xdebug 3.0.1的版本,死活调试不成功,后来换成Xdebug 2.9.6就可以了,太坑了

php.ini
zend_extension = php_xdebug-2.9.6-7.2-vc15-x86_64.dll
xdebug.remote_enable = 1
xdebug.remote_host=localhost
xdebug.remote_port=9003
xdebug.remote_autostart=1
xdebug.idekey="PHPSTORM"

相关文章

网友评论

      本文标题:PHPStorm配置xdebug工具

      本文链接:https://www.haomeiwen.com/subject/uiuvnktx.html