2016-02-12 84 views
0

這是在我的mac上:Eclipse IDE。當我發出調試命令時,我似乎無法完成xdebugEclipse 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 

回答

1

需要在URL設置調試會話例如XDEBUG_SESSION_START=your_key。你可以在你的想法中配置這個會話密鑰。最後你需要配置你的想法'eclipse'進行遠程調試。