Created
April 28, 2015 15:37
-
-
Save mkorostoff/189902624b8260c93e4f 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
zend_extension=/usr/local/php5/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so | |
[xdebug] | |
xdebug.remote_enable=on | |
xdebug.default_enable=on | |
xdebug.remote_autostart=off | |
xdebug.remote_port=9000 | |
xdebug.remote_host=localhost | |
;xdebug.profiler_enable_trigger=1 | |
;xdebug.profiler_output_name=xdebug-profile-cachegrind.out-%H-%R | |
xdebug.var_display_max_children = 128 | |
xdebug.var_display_max_data = 2048 | |
xdebug.var_display_max_depth = 128 | |
xdebug.max_nesting_level = 500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment