PDT / Xdebug with Firefox

Are there any special instructions for getting PDT / Xdebug to work with Firefox?

I was able to fully work with the internal browser, as well as with Chrome, but for some reason I got stuck with Firefox by 57% trying to start a debugging session.

I had everything that worked with Firefox in the past, but unfortunately my computer crashed and I'm starting from scratch.

I changed the setting under "Settings"> "General"> "Web Browser" in Firefox and even allowed the search option to check the directory and successfully finds exe.

Not sure what else to check at the moment. This doesn't seem to be a problem with the Eclipse / PDT / Xdebug configuration, as it works fine with all the other browsers I tried.

Version Information:

FF version 12.0
Windows 7 Ultimate (64-bit)
Eclipse Indigo 3.7.2
PDT 3.0.0.v201201110400-77-184_2BEICRgM_fMVcz0M4Va9O

Information about Xdebug:

zend_extension = "c:/wamp/bin/php/php5.3.8/zend_ext/php_xdebug-2.1.2-5.3-vc9.dll"

[xdebug]
xdebug.remote_log = C:/wamp/bin/php/php5.3.8/tmp
xdebug.remote_enable = on
xdebug.remote_host=127.0.0.1
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"
+3
3
+1

Firefox.

Firefox, Xdebug:

easy Xdebug 1.5

.

+2

This seems to be one of those problems that were "fixed". Not sure how, but now it works.

0
source

All Articles