PhpStorm不会停止与PhpUnit的断点?

时间:2016-07-27 16:17:23

标签: phpstorm

当我使用PhpStorm中的PhpUnit运行测试时,它不会在我的断点上停止。有什么建议吗?

1 个答案:

答案 0 :(得分:-1)

如果您的调试器似乎已连接,则需要确认是否已禁用断点。确保启用了断点前面的检查点。 以下链接提供了有关确保路径映射正确的更多信息。

这些可能会有所帮助: https://confluence.jetbrains.com/display/PhpStorm/Troubleshooting+PhpStorm+debugging#TroubleshootingPhpStormdebugging-Breakpointsarenotbeinghit

这里也回答了类似的问题。你可以看一下:

PhpStorm debugger not stopping at BreakPoints; keeps waiting for xdebug _SESSION_

祝你好运