Skip to content

Instantly share code, notes, and snippets.

@jrobinsonc
Created March 1, 2018 20:31
Show Gist options
  • Save jrobinsonc/0af230cf871e1e2770bfbef8ce4b3c6b to your computer and use it in GitHub Desktop.
Save jrobinsonc/0af230cf871e1e2770bfbef8ce4b3c6b to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.remote_enable = on
xdebug.remote_connect_back = on
xdebug.idekey = "vagrant"
xdebug.default_enable = 1
xdebug.remote_autostart = 0
xdebug.remote_port = 9000
xdebug.remote_handler=dbgp
xdebug.remote_log="/var/log/xdebug/xdebug.log"
xdebug.remote_host=10.0.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment