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
答案 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.