Petruza
Petruza

Reputation: 12276

How to debug PHP in eclipse in an external browser rather than internal?

How can I make eclipse launch and debug a site on the default browser instead of the interal browser?

I'm using MacOSX, Eclipse PDT 3.0.2 with the Zend Debugger.

Upvotes: 16

Views: 12191

Answers (1)

cb1
cb1

Reputation: 940

Eclipse > Preferences > General > Web Browser.

Select the option for 'Use external web browser', and leave the 'Default system web browser' box ticked.

Upvotes: 30

Related Questions