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"php

以上为必填信息服务器

图片描述

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

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

clipboard.png

相关文章
相关标签/搜索