Mac eclipse xdebug 火狐问题
我已经在 linux-ubuntu 机器上使用 eclipse、firefox 和 xdebug 工作了几个月了。最近我搬到了 Mac 10.6 并设置了所有这些程序,它们都工作正常,直到我尝试使用 Firefox 作为 Eclipse 中的默认浏览器运行 xdebug。
它可以工作,但浏览器必须关闭,否则会提示一条消息:
关闭 Firefox: Firefox 的副本已经打开。一次只能打开一份 Firefox。
当发生这种情况时,我无法调试,我必须关闭浏览器并再次启动调试器。经过几次尝试后,这变得非常烦人。
如果我使用 safari,我就不会遇到这个问题,它只会打开一个新选项卡,我可以毫无问题地进行调试。我可以接受这个设置,但我更喜欢使用 FF。知道为什么会发生这种情况吗?
I have worked with eclipse, firefox, and xdebug for months now on a linux-ubuntu machine. recently i moved to a mac 10.6 and set up all these programs and they all work fine until I try to run xdebug using firefox as the default browser in eclipse.
It will work, but the browser must be close other wise it will prompt a message saying
Close Firefox:
A copy of Firefox is already open. Only one copy of Firefox can be open at a time.
and when this happens I can not debug, I have to close the browser and start the debugger again. This becomes very annoying after a few tries.
If I use safari I do not have this issue, it just opens a new tab and I can debug with no problems. I can live with this set up, but I prefer to use FF. any idea why this is happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保将 Firefox 设置为 Mac 上的默认浏览器,然后在 Eclipse 中转到“首选项”->“常规”->“Web 浏览器”,然后选择“使用外部浏览器”,然后在下面的窗口中选择“默认系统浏览器”。
这应该将内容作为 Firefox 中的新选项卡启动。
make sure firefox is set as your default browser on your mac and then in eclipse go to preferences->general->web browser and select use external browser and in the window below select default system browser.
This should launch stuff as a new tab in firefox.