Last active
May 2, 2016 01:17
-
-
Save larowlan/35d22583c52a05a8d0b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
https://gist.github.com/kamilZ/b11d1448e1479fe591f6