【发布时间】:2011-09-19 08:54:48
【问题描述】:
我正在尝试使用 Eclipse 配置调试器以进行 php 调试,但它卡在 57% 处。 这是我的ini文件
[XDebug]
;; Only Zend OR (!) XDebug
; zend_extension_ts="C:xamppphpextphp_xdebug.dll"
; Modify the filename below to reflect the .dll version of your xdebug
zend_extension_ts="C:dev\php\ext\php_xdebug-2.1.1-5.2-vc6.dll"
xdebug.remote_enable=0
xdebug.remote_host=127.0.0.1 ; if debugging on remote server,
; put client IP here
xdebug.remote_port=9003
xdebug.remote_handler=dbgp
xdebug.profiler_enable=0
xdebug.profiler_output_dir="C:dev\php\tmp"
我在 eclipse 中也将端口更改为 9003,但它始终卡在 57%
【问题讨论】:
标签: php eclipse apache2 xdebug