Skip to content

Instantly share code, notes, and snippets.

@wilcorrea
Created April 16, 2020 03:15
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 wilcorrea/d72fc089ceaa6029079ccb9512c1854f to your computer and use it in GitHub Desktop.
Save wilcorrea/d72fc089ceaa6029079ccb9512c1854f to your computer and use it in GitHub Desktop.
xdebug.auto_trace = Off
xdebug.cli_color = 1
xdebug.collect_assignments = Off
xdebug.collect_includes = On
xdebug.collect_params = 0
xdebug.collect_return = Off
xdebug.collect_vars = Off
xdebug.coverage_enable = On
xdebug.default_enable = On
xdebug.dump_globals = On
xdebug.dump_once = On
xdebug.dump_undefined = Off
xdebug.force_display_errors = Off
xdebug.force_error_reporting = 0
xdebug.gc_stats_enable = Off
xdebug.gc_stats_output_dir = /
xdebug.gc_stats_output_name = gcstats.%p
xdebug.halt_level = 0
xdebug.idekey = docker
xdebug.max_nesting_level = 1000
xdebug.max_stack_frames = -1
xdebug.overload_var_dump = 2
xdebug.profiler_append = Off
xdebug.profiler_enable = Off
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_dir = /tmp/debug
xdebug.profiler_output_name = cachegrind.out.%p
xdebug.remote_autostart = Off
xdebug.remote_connect_back = Off
xdebug.remote_cookie_expire_time = 3600
xdebug.remote_enable = On
xdebug.remote_log = /var/www/app/storage/logs/xdebug.log
xdebug.remote_host = host.docker.internal
xdebug.remote_log_level = 7
xdebug.remote_mode = req
xdebug.remote_port = 9090
xdebug.remote_timeout = 200
xdebug.scream = Off
xdebug.show_error_trace = Off
xdebug.show_exception_trace = Off
xdebug.show_local_vars = Off
xdebug.show_mem_delta = Off
xdebug.trace_enable_trigger = Off
xdebug.trace_format = 0
xdebug.trace_options = 0
xdebug.trace_output_dir = /tmp
xdebug.trace_output_name = trace.%c
xdebug.var_display_max_children = 128
xdebug.var_display_max_data = 512
xdebug.var_display_max_depth = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment