I'm trying to setup remote debugging for my virtual Ubuntu 14.04.
I've enabled xdebug on my HHVM 3.3.0 by adding this to the server.ini
:
hhvm.xdebug-not-done.enable=1
hhvm.xdebug-not-done.remote_enable=1
But it doesn't work for me. Should I perform any other moves to make it work?