Created
January 22, 2016 10:16
-
-
Save florentdestremau/8c0ab8bcb6c0aab28062 to your computer and use it in GitHub Desktop.
Xdebug config
This file contains hidden or 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=/usr/lib/php5/20100525/xdebug.so | |
[xdebug] | |
xdebug.cli_color = 1 | |
xdebug.scream = Off | |
xdebug.max_nesting_level = 500 | |
[xdebug-remote-debug] | |
xdebug.remote_enable = true | |
xdebug.remote_autostart = 0 | |
xdebug.remote_mode = req | |
xdebug.remote_host=172.16.1.1 | |
xdebug.remote_connect_back = 1 | |
xdebug.idekey = XDEBUG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment