CakePHP command line doesn't work when xdebug loaded

跟風遠走 提交于 2019-12-01 20:05:12
Dennis Lauritzen

I had this error too. I found that it somehow was related to VS Code, since I had no problems debugging in Sublime.

After a bit of trial and error I found that adding:

"ignore": [
    "**/vendor/**/*.php"
]

to my launch.json fixed the problem. I'm not quite sure about this magic behind, but now I am able to move on.

https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!