Skip to content

Instantly share code, notes, and snippets.

@imvision
Created November 13, 2013 12:13
Show Gist options
  • Save imvision/7448102 to your computer and use it in GitHub Desktop.
Save imvision/7448102 to your computer and use it in GitHub Desktop.
xdebug.collect_assignments = 1
xdebug.collect_includes = 1
xdebug.collect_params = 4
xdebug.collect_return = 1
xdebug.trace_format = 0
xdebug.trace_output_dir = "C:\Program Files\Ampps\www\p\xdebug_traces"
xdebug.var_display_max_data = 1024
xdebug.var_display_max_depth = 15
xdebug.trace_output_name = trace.%t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment