【发布时间】:2016-02-12 20:14:50
【问题描述】:
这是在我的 Mac 上:Eclipse IDE。当我发出调试命令时,我似乎无法让xdebug 完成。
78% 的人说
“正在启动:等待 XDebug 会话...”
我尝试修改php.ini文件无济于事...
这是我的配置:
zend_extension="/Applications/MAMP/bin/php/php7.0.0/lib/php/extensions/no-
debug-non-zts-20151012/xdebug.so"
xdebug.profiler_enable=1
xdebug.profiler_output_dir = "/tmp/xdebug/"
xdebug.profiler_enable = true
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.remote_handler=dbgp
【问题讨论】: