Skip to content

Instantly share code, notes, and snippets.

@pmartin
Created July 30, 2014 06:42
Show Gist options
  • Save pmartin/fd040aea58ee664d0079 to your computer and use it in GitHub Desktop.
Save pmartin/fd040aea58ee664d0079 to your computer and use it in GitHub Desktop.
zend_extension=/usr/lib/php5/20121212/xdebug.so
xdebug.default_enable = 1
xdebug.overload_var_dump = 1
xdebug.collect_includes = 1
xdebug.collect_params = 2
xdebug.collect_vars = 1
xdebug.show_exception_trace = 0
xdebug.show_mem_delta = 1
xdebug.max_nesting_level = 256
xdebug.var_display_max_children = 256
xdebug.var_display_max_data = 2048
xdebug.var_display_max_depth = 8
xdebug.auto_trace = 0
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 1
xdebug.profiler_append = 0
xdebug.profiler_output_dir = /tmp
xdebug.profiler_output_name = cachegrind.out.%t
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
;xdebug.remote_host = "127.0.0.1"
xdebug.remote_connect_back = 1
xdebug.remote_mode = "req"
xdebug.remote_port = "9000"
xdebug.remote_autostart = 0
xdebug.idekey = "PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment