PhpStorm 没有在断点处停止(xdebug)

PhpStorm not stopping at a breakpoint (xdebug)

我已经在我的 vagrant 环境中安装了 xdebug。 Another xdebug client 可以接收连接并且它 breaks at first line。此客户端的设置如下:

我用类似的设置设置了 PhpStorm,但是当我 start listening for PHP Debug Connections:

时没有任何反应

此外,在 Run 菜单中,Break at first line in PHP scripts 已启用。

任何诊断此问题的帮助将不胜感激。

关闭 Ignore external connections through unregistered server configurations 成功了,现在可以使用了!