1.在homestead virtual box安装和配置xdebug 先在终端运行vagrant up 和 vagrant ssh,ssh远程到homestead,然后复制以下代码到一个shell文件里面,并执行. #!bash/bin cd ~ #download and uncompress wget https://xdebug.org/files/xdebug-2.4.0.tgz .tgz #compile and make install cd xdebug- phpize7. ./