我在 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
我很感谢任何提示或建议。