This article is just a quick follow-up of the article Setting up a XDebug debugging environment for PHP / WAMP / Eclipse PDT.
In the previous article, we learned how to debug a PHP web application using Eclipse and XDebug.
However, in those tests, the browser used was the internal Eclipse browser. This is pretty good, but
if you have a pretty complex web application, with a lot of Javascript, you might want to test and
debug it directly in your browser.
Actually, this is quite easy when you know when to find.
In Eclipse, go to
Window > Preferences > General > Web browser
Click on "Use external web browser", and select your browser in the list.
It's that easy, but it is good to know you can do it.