Xdebug PhpStorm 不停止断点

Xdebug PhpStorm don't stop breakpoint

我无法调试代码。代码停在第一行。当我尝试更进一步或放置点时,调试结束并且 PhpStorm 写入 "connected" 仅此而已。

您正在使用 PhpStorm 2018。1.x 和 Xdebug 2.7。

将 PhpStorm 升级到最新的稳定版 2018。3.x 或将 Xdebug 降级到 2。6.x

问题出在 Xdebug 协议中最近更改的 XML 命名空间,从 Xdebug 2.7 开始(https 而不是 http)。自 PhpStorm 2018.3 以来 fixed/supported(参见 WI-43622)。