如何使PhpStorm在`vendor`文件夹中的断点处停止?

时间:2019-03-05 20:08:46

标签: phpstorm xdebug

我已经设置了PhpStorm和XDebug,并且可以在自己的项目代码中正常工作。

但是,当我需要调试vendor文件夹中的内容时,PhpStorm不会在断点处停止。

我该如何设置?

1 个答案:

答案 0 :(得分:1)

发现了问题-PhpStorm已自动映射了我项目的public boolean isConnected() { synchronized (this) { return mState == State.CONNECTED; } } 目录,但需要告知其在哪里找到根目录 server settings