Eclipse Indigo 无法在外部 Web 浏览器上运行 PHP 页面
我在 xampp 和 Eclipse Indigo 中设置了 XDebug。当我尝试从 eclipse 运行 PHP 网页时,它没有显示任何输出!或者它没有在 Firefox 8 中打开新选项卡。我已将 Eclipse indigo 配置为使用外部浏览器:窗口 → 首选项 → 常规 → 网络浏览器。
在我家,这个配置工作得很好。只有在我的办公室我才会遇到这个问题。我坐在代理后面,因此我将 XDebug 配置为使用我的网络浏览器正在使用的代理。有一个属性 IDE Key 我不知道!有人可以帮我解决这个问题吗?
还有一点是ADT插件和PDT插件的功能有什么关系吗?
I have setup XDebug in xampp and in Eclipse Indigo. When I am trying to run the PHP web page from eclipse it isn't showing any output ! or it isn't opening a new tab in Firefox 8. I have configured Eclipse indigo to use external browser from Window → Preferences → General → Web Browser.
At my home this configuration works perfectly fine. Its only at my office I face this problem. I am sitting behind a proxy so I configured XDebug to use the proxy which my web browser is using. There is one attribute IDE Key which I am not aware of! Can anyone please help me out on this ?
Another point is does the ADT plug-in have anything to do with the functioning of the PDT plug-in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题解决了。端口 9000 正在使用中。我更改了端口并且成功了! :)
The problem got solved. Port 9000 was in some use. I changed the port and it worked ! :)