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?
HHVM 3.3 is no longer supported, however since HHVM 3.4 you don't need the -not-done
in your configuration (Yes, It's stable!). For example
xdebug.enable=1
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.idekey="PHPSTORM"
xdebug.remote_host="localhost"
xdebug.remote_port=9089
Ref: HHVM Debugger Support on JetBrains Youtrack
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With