vscode+vagrant+xdebug调试

Posted Sentiger

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode+vagrant+xdebug调试相关的知识,希望对你有一定的参考价值。

配置:

{
            "name": "Listen for XDebug",
            "type": "php",
            "request": "launch",
            "stopOnEntry":false,
            "localSourceRoot": "E:\\code\\juche\\anjie\\public",
            "serverSourceRoot": "/code/juche/anjie/public",
            "port": 9000
        }

 

localSourceRoot:本地文件
serverSourceRoot:服务器代码

调试步骤:
  1、打上断点
  2、按F5开启监听
  3、http请求到达断点

以上是关于vscode+vagrant+xdebug调试的主要内容,如果未能解决你的问题,请参考以下文章

phpstrom 配置xdebug在vagrant上调试

xdebug远程调试Vagrant虚拟机中web程序的注意点

vscode调试php

VSCode Xdebug断点调试PHP

Phpstorm、xdebug 和 vagrant 仍在等待传入连接

在远程服务器上的Docker内部进行Xdebug远程调试