一、ubuntu上环境配置
按照https://xdebug.org/wizard.php配置好xdebug
并在/etc/php/7.1/apache2/php.ini文件中写入参数
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9001
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_connect_back=1
二、在phpstrom中调试
web server debug validation 下
image.pngsetting下设置
image.png
&
网友评论