Eclipse PHP xdebug stuck at 78% (with MAMP)

时间:2016-02-12 20:14:50

标签: php eclipse macos xdebug

This is on my mac: set('a', 3)({ a: 2 }). I can't seem to get Eclipse IDE to complete when I issue the debug order.

It get stuck at 78% saying

"Launching : waiting for XDebug session ..."

I've tried to modify the php.ini file to no avail ...

Here is my config :

xdebug

1 个答案:

答案 0 :(得分:1)

You need set debug session in url for example id. You can config this session key in your idea. End you need configuration your idea 'eclipse' for remote debug.