Netbeans xdebug 调试在 Drupal 7 上失败
我已经为 PHP 设置了调试,它在我的 Drupal 6 站点上运行得非常好,但是当我尝试调试我唯一的 Drupal 7 站点时,程序执行不会在断点处停止。 我已将 url 设置为 myexample.com,而不是 myexample.com/index。我在屏幕底部显示了一个积极的 netbeans-xdebug 连接,并且在调试器窗口中显示了断点。
还有其他人遇到过这个问题吗?
I have debugging set up for PHP, and it works exceptionally well on my Drupal 6 sites but when I try to debug my only Drupal 7 site, program execution doesn't stop at the break points.
I've set the url to myexample.com, instead of myexample.com/index. I have a positive netbeans-xdebug connection showing at the bottom of the screen and the breakpoints show in the debugger window.
Has anyone else run into this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够通过全新安装的 Drupal 7 来清理这个文件夹。删除该文件夹并将其恢复为 Netbeans 项目不起作用,但是使用最新的 Drupal 7 代码构建一个新站点,然后复制所有模块,则可以窍门。
I was able to clean this one up with a fresh installation of Drupal 7. Removing and reinstating the folder as a Netbeans project didn't work, but building a fresh site with the latest Drupal 7 code, then copying all my modules over, did the trick.