Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Created April 28, 2015 15:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MKorostoff/189902624b8260c93e4f to your computer and use it in GitHub Desktop.
Save MKorostoff/189902624b8260c93e4f to your computer and use it in GitHub Desktop.
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