Zend Studio / Eclipse仅使用Firefox进行调试

发布于 2024-12-02 18:26:23 字数 409 浏览 1 评论 0原文

不知何故,我的 Zend Studio / Eclipse 仅使用 Firefox 作为外部浏览器进行调试。我一直使用 Chrome,Chrome 是我的默认浏览器!

设置 Zend Studio:常规 ->网络浏览器 ->设置“使用默认系统Web浏览器”和“使用外部浏览器”。

尝试将 Firefox 设置为默认值,然后再次设置 Chrome。还重新启动并关闭/打开 Zend Studio 几次。

*怎么会这样???

我还尝试将 Chrome 添加为新的外部浏览器,但无法输入“位置”路径。在: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome

显示“位置值不是有效的路径名称”grRrrrr

Somehow my Zend Studio / Eclipse only uses Firefox as external browser for debugging. I had Chrome all the time and Chrome IS my default browser!!!

Settings Zend Studio: General -> Web Broser -> "Use default system Web Browser" and "Use external Browser" is set.

Tried setting Firefox default and then Chrome again. Also rebooted and closed/opend Zend Studio a couple of times.

How the * can this be???

I also tried adding Chrome as new external browser, but I can't enter the "Location" path. On:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome

it says "The location value is not a valid path name" grRrrrr

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

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

发布评论

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

评论(1

执妄 2024-12-09 18:26:23

答案可以在这里找到:有没有办法将 Google Chrome 添加为 Flash Builder Standalone for Mac 中的外部 Web 浏览器?

也适用于 Zend Studio,无论是使用 Shell 脚本还是编辑首选项 XML

我使用的 以下 Shell 脚本

#!/bin/sh
open -a 'Google Chrome' $1

Answer is either found here: Is there a way to add Google Chrome as an external web browser in Flash Builder Standalone for Mac?

Also works for Zend Studio in both ways, either using the Shell Script or editing the preferences XML

I used the following Shell Skript

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