Skip to content

Instantly share code, notes, and snippets.

@duythien
Created April 30, 2016 07:30
Show Gist options
  • Select an option

  • Save duythien/ef00c9ba7577d9e7458082072bb4d5ce to your computer and use it in GitHub Desktop.

Select an option

Save duythien/ef00c9ba7577d9e7458082072bb4d5ce 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.remote_host="10.0.2.2"
xdebug.remote_autostart = on
xdebug.remote_log="/var/log/xdebug.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment