参考以上链接,进行配置,只是开发环境是在VirtualBox 搭建的ubuntu系统的服务器,所以我的php.ini配置如下
[xdebug]
xdebug.mode = debug 调试模式
xdebug.log = /fg/webserver/php/var/log/xdebug.log # xdebug日志路径
xdebug.log_level = 7 调试级别
xdebug.client_port = 9006 本地window端口
xdebug.client_host = 10.0.11.152 本地window 的ip地址
xdebug.start_with_request=yes
环境配置可以,phpstorm可以,那就基本上没啥问题,一般看日志就可以看到是什么问题