【发布时间】:2012-05-20 06:25:22
【问题描述】:
对于让 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"
【问题讨论】:
-
远程调试日志中有什么内容?
-
@Derick 我的 xdebug_log 中没有出现任何内容,但不知何故它今天早上开始工作。似乎是那些以某种方式自行解决的神秘问题之一。
标签: eclipse firefox xdebug eclipse-pdt