Skip to content

Instantly share code, notes, and snippets.

@cezarpopa
Created May 13, 2017 11:11
Show Gist options
  • Save cezarpopa/a00d388278497ff12d4bedc507f17054 to your computer and use it in GitHub Desktop.
Save cezarpopa/a00d388278497ff12d4bedc507f17054 to your computer and use it in GitHub Desktop.
Vagrant xdebug settings - no extra plugins
[XDEBUG]
zend_extension=xdebug.so
xdebug.default_enable=1
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_port=10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment