1. 感谢大神的教程,参考链接:https://www.workerman.net/a/1376 2. php环境:php8.2 xdebug3.3.1 参考以上链接,进行配置,只是开发环境是在VirtualBox 搭建的ubuntu系统的服务器,所以我的php.ini配置如下 [xdebug] xdebug.mode = debug 调试模式 xdebug.log = /fg/webserver/php/var/l...