php+xdebug配置+xdebug-helperchrome插件+phpstorm

发布时间:2019-08-07 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了php+xdebug配置+xdebug-helperchrome插件+phpstorm脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

[XDebug]
zend_extension="E:phpStudyphpphp-5.6.27-ntsextphp_xdebug.dll"
xdebug.PRofiler_enable=1
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_host="127.0.0.1"

以上为必填信息

图片描述

参考:http://laichuanfeng.com/work/...

phpstorm:在 PHP>Servers 中,将对应服务器调试工具改为“Xdebug”,如果没有,请创建。这里的 “Port” 为服务器运行端口,默认为 80 端口,请不要修改成调试的 9000端口:

clipboard.png

脚本宝典总结

以上是脚本宝典为你收集整理的php+xdebug配置+xdebug-helperchrome插件+phpstorm全部内容,希望文章能够帮你解决php+xdebug配置+xdebug-helperchrome插件+phpstorm所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。