Can't using Visual Code to debug in Laravel project

后端 未结 4 1978
你的背包
你的背包 2021-01-05 03:46

I was config success to debug in PHP on VSCode.

My problem is when I run the project it always errors at the function:

protected function getJsonPayl         


        
4条回答
  •  清歌不尽
    2021-01-05 04:29

    I had the same problem and the accepted answer solved it.

    However, if anyone simply wants to dismiss the problem temporarily, rather than getting to the root of it, you can uncheck the "Everything" checkbox at the bottom of the Breakpoints panel of the debug pane, and that will skip over the error.

提交回复
热议问题