0
這是在我的mac上:Eclipse IDE
。當我發出調試命令時,我似乎無法完成xdebug
。Eclipse PHP xdebug卡住了78%(使用MAMP)
它會卡在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