调试 CakePHP 应用程序时断点被完全忽略

发布于 2024-09-28 01:13:03 字数 287 浏览 6 评论 0原文

我正在 NetBeans 中开发 CakePHP 应用程序,并最终设法将其连接到 XAMPP 调试会话(PHP 5.3.1 w/ Xdebug v2.0.6-dev)。

它在启动时完美运行,它确实在第一行暂停应用程序。

然而,我设置的任何进一步的断点都将被完全忽略。它不会中断,也不会暂停;它只是运行到完成。

xdebug.extended_info 设置为 1,我尝试使用一个赤脚 php 项目,没有任何框架魔法,并且断点按预期工作。

什么黑客?我希望能够在 (Cake)PHP 中使用断点。

I'm developing in NetBeans a CakePHP application and finally managed to get it connecting to XAMPP debugging sessions (PHP 5.3.1 w/ Xdebug v2.0.6-dev).

It perfectly works when launching, it does pause the application on the first line.

However any further breakpoint I set is completely ignored. It does not break nor pause; it just runs to completion.

xdebug.extended_info is set to 1 and I tried with a barefoot php project without any framework magic and there breakepoints worked as expected.

What the hack? I would like to be able to use breakpoints in (Cake)PHP.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丑疤怪 2024-10-05 01:13:03

尝试将 webroot 设置为正确的 cake-webroot-dir
项目属性

另一件事,请看这里:

http://groups. google.ch/group/cake-php/browse_thread/thread/73bcf80a3d626c75

Try to set the webroot correct to the cake-webroot-dir in
project-properties

Another thing, take a look here:

http://groups.google.ch/group/cake-php/browse_thread/thread/73bcf80a3d626c75

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文