1 xdebug扩展安装
1.1 xdebug扩展安装:
$yum install -y php54-pecl-xdebug
2 服务器PHP配置
xdebug.ini设置
zend_extension= /usr/lib64/php/modules/xdebug .so
xdebug.remote_enable=on xdebug.idekey= "PHPSTORM"
;xdebug.remote_host=172.16.18.170 xdebug.remote_port=9000 xdebug.remote_connect_back=1 |
3 phpstorm设置
3.1 添加远程debug
点击配置
3.2 phpstorm设置:
setting->php->xdebug:
4 浏览器插件安装
4.1 chrome应用商店安装xdebug-helper。
5 调试过程
5.1 开启phpstrorm调试模式:
PHPSTORM开启debug:
5.2 chrome开启xdebug模式:
5.3 设置调试断点:
任意php文件: