Created
November 16, 2016 14:41
-
-
Save osrecio/d4d09940666c980da340704268337fce to your computer and use it in GitHub Desktop.
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
xdebug.remote_enable=1 | |
xdebug.max_nesting_level = 500 | |
xdebug.remote_connect_back=1 | |
xdebug.remote_port=9000 | |
xdebug.show_local_vars=0 | |
xdebug.var_display_max_data=10000 | |
xdebug.var_display_max_depth=20 | |
xdebug.show_exception_trace=0 | |
xdebug.remote_autostart = on | |
xdebug.remote_host = "127.0.0.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment