Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 515
Petruza Avatar asked Jan 30 '12 21:01

Petruza


1 Answers

Eclipse > Preferences > General > Web Browser.

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

like image 118
cb1 Avatar answered Sep 23 '22 12:09

cb1