views:

1095

answers:

1

When I run a PHP script in Eclipse environment, I can select different browsers to render my page and can get different results.

But the results are still all shown in the browser output window in eclipse itself.

How can I prompt eclipse to actually open a new tab in the browser itself with the php page. I know it can be done by "external tools", just dont know how exactly to configure it.

+1  A: 

From the main menu -> Windows -> Preferences -> General -> Browser -> select the external browser radio button and your preferred browser.

enjoy ;) Roy

Nope! that doesnt launch a "chrome" or "firefox" external instance.It merely renders using that browser within eclipse output only. Here is what I want to do : use firebug in the generated output.Have to launch a real Firefox tab for that. This doesnt do that.
Rajat
make sure you have "use external browser" selected
Brendon