PhpStorm 在对 php 页面进行 debbug 时打开新编辑器

PhpStorm opens new editor when debbuging a php page

提问人:Trics 提问时间:10/5/2023 最后编辑:Trics 更新时间:10/5/2023 访问量:35

问:

我正在将 PhpStorm 与本地 Apache2 和 Xdebug 一起使用。一切似乎都运行良好,但是当我调试页面并且代码到达断点时,PhpStorm 会打开一个新的编辑器选项卡,其中包含 php 页面的代码。

multiple copy of the php page during debug in PhpStorm

如何避免这种行为?

谢谢

php 调试 phpstorm xdebug

评论

4赞 LazyOne 10/5/2023
从我从您的屏幕截图中看到的内容 - 它为您打开了实际编译的 Blade 模板 - 似乎是合乎逻辑的。虽然它应该能够调试实际的模板......看看你可能遗漏了什么(“启用刀片调试”部分)——jetbrains.com/help/phpstorm/...
0赞 Markus Zeller 10/5/2023
智能或树枝模板也是如此。它们被编译成 PHP 进行调试。

答: 暂无答案