browser - Zend Studio / Eclipse only uses Firefox for debugging -
Somehow my Zend Studio / Eclipse uses Firefox as the external browser for debugging only. I had Chrome all the time and Chrome has its default browser!
Settings Zend Studio: Gen - & gt; Web Broser - & gt; "Use default system web browser" and "Use external browser" is set.
Firefox default setting and then tried Chrome again
how can it be ??? I also tried to add Chrome to the new look in the external browser, but I can not enter the "location" path. On: / application / Google \ Chrome.app/Contents/MacOS/Google \ Chrome It says "the value of the location is not a valid path name" grRrrrr The answer is found here: In addition to this, for both Zend Studio Works either, shell scripts or preferences xml editing I have the following shell script
#! / Bin / sh open -a 'Google Chrome' $ 1
Comments
Post a Comment