PHPSTORM XDebug进行断点调试

php.ini添加如下

zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so"
[xdebug]
xdebug.idekey="PHPSTORM7"
xdebug.remote_enable=On
xdebug.remote_host= localhost
xdebug.remote_port=9000

phpstorm->setting->PHP->Debug->DBGp Proxy IDE key:PHPSTORM7,Host:127.0.0.1,Port:9001

其它默认

firefox安装

The easiest Xdebug

然后没有了。

原文地址:https://www.cnblogs.com/qifeng1991/p/4094659.html