是否有任何特殊说明可以让 PDT/Xdebug 与 Firefox 一起使用?
我已经能够让它在内部浏览器和 Chrome 上正常工作,但由于某种原因,使用 Firefox,我在尝试启动调试会话时卡在 57%。
过去,我使用 Firefox 进行了所有工作,但不幸的是,我的电脑崩溃了,我从头开始。
我已将 Preferences > General > Web Browser 中的设置更改为 Firefox,甚至让搜索选项扫描目录并成功找到 exe。
不知道此时还要检查什么。Eclipse/PDT/Xdebug 配置似乎不是问题,因为它适用于我尝试过的所有其他浏览器。
版本信息:
FF version 12.0
Windows 7 Ultimate (64-bit)
Eclipse Indigo 3.7.2
PDT 3.0.0.v201201110400-77-184_2BEICRgM_fMVcz0M4Va9O
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"