Netbeans 6.8 xdebug 给出错误“无法调试丢失的索引文件index.php”;在 Zend 框架项目中
我的 Xdebug 配置正确,正如我在 phpinfo() 中看到的那样。但是当我调试 Netbeans6.8 项目时,我收到“无法调试丢失的索引文件index.php”警告。然后会打开另一个更大的设置窗口,如此图片所示。是的,index.php 文件就在那里。它并没有丢失。
我该如何修复它?
Apache web_root: e:\htdocs
Project homepage: e:\htdocs\sliksvn\version3\terminus3.0\public\
My Xdebug is properly configured as I could see in phpinfo(). But when I debug a project a Netbeans6.8, I get “Can not debug missing index file index.php” warning. Then another bigger settings window opens up as in this image. And, yes, index.php file is there. It's not missing.
How can I fix it?
Apache web_root: e:\htdocs
Project homepage: e:\htdocs\sliksvn\version3\terminus3.0\public\
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装 Drupal 的 NetBeans 7 要求我选择正确的文档根目录:
项目属性 >来源>>网络根目录>包含index.php的文件夹
NetBeans 7 with Drupal install required me to select the correct document root:
Project Properties > Sources > Web Root > folder with index.php