Skip to content

Instantly share code, notes, and snippets.

@welly
Forked from larowlan/xdebug.ini
Created January 3, 2016 22:25
Show Gist options
  • Save welly/d091c4a240ffc9e6d797 to your computer and use it in GitHub Desktop.
Save welly/d091c4a240ffc9e6d797 to your computer and use it in GitHub Desktop.
vagrant@d8:~$ cat /etc/php5/conf.d/20-xdebug.ini
xdebug.max_nesting_level=200 ; Fixes debugging for D8.
xdebug.remote_host=10.0.2.2
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.remote_connect_back=1
xdebug.auto_start=true
zend_extension=/usr/lib/php5/20100525+lfs/xdebug.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment