【问题标题】:Zend Studio / Eclipse only uses Firefox for debuggingZend Studio / Eclipse 仅使用 Firefox 进行调试
【发布时间】:2011-09-02 09:55:20
【问题描述】:

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

设置 Zend Studio: General -> Web Broser -> "Use default system Web Browser" 和 "Use external Browser" 已设置。

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

*怎么会这样???

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

它说“位置值不是有效的路径名”grRrrrr

【问题讨论】:

    标签: eclipse browser zend-studio


    【解决方案1】:

    可以在这里找到答案:Is there a way to add Google Chrome as an external web browser in Flash Builder Standalone for Mac?

    也适用于 Zend Studio 两种方式,使用 Shell 脚本或编辑首选项 XML

    我使用了以下 Shell 脚本

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-08-23
      • 1970-01-01
      • 2010-09-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多