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调试的主要内容,如果未能解决你的问题,请参考以下文章
xdebug远程调试Vagrant虚拟机中web程序的注意点