XDebug在Ubuntu 12.04上不能与Eclipse PHP一起使用

时间:2012-07-17 20:01:49

标签: eclipse ubuntu xdebug

我在Eclipse PHP(Helios)上调试(x)时出现问题。在我从Ubuntu 10升级到12之前它运行良好,但现在却没有。

我把它添加到php.ini:

zend_extension=/usr/local/ioncube/ioncube_loader_lin_5_3.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_connect_back=1
xdebug.remote_host=laptopname
xdebug.remote_port=9000
xdebug.remote_log=/var/log/xdebug.log
xdebug.idekey="ECLIPSE_DBGP"
extension=imap.so

和Eclipse(XDebug)的设置是:

Debug Port : 9000
Show super globals in variable view : ticked
Max array depth : 7
Max children : 100
Use Multisession : ticked
Accept remote session (JIT) : any
Output Capture Settings : both copy
DBGp Proxy Support : not ticked

我很感激任何提示或建议。

1 个答案:

答案 0 :(得分:1)

看起来您没有加载 xdebug.so

zend_extension=/usr/local/ioncube/ioncube_loader_lin_5_3.so

以下行是多余的

xdebug.remote_host=laptopname

因为,您正在使用

xdebug.remote_connect_back=1