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

link|improve this question

68% accept rate
feedback

1 Answer

up vote 0 down vote accepted

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
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.