Created
February 5, 2015 11:46
-
-
Save GoZOo/e2ffb13fa92d841fbfe5 to your computer and use it in GitHub Desktop.
Configuration xdebug vagrant
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
zend_extension=xdebug.so | |
[xdebug] | |
xdebug.remote_enable=1 | |
xdebug.remote_autostart=1 | |
xdebug.remote_host=33.33.33.1 | |
xdebug.remote_port=9000 | |
xdebug.remote_connect_back=0 | |
xdebug.max_nesting_level=400 | |
xdebug.idekey=vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment