Skip to content

Instantly share code, notes, and snippets.

@oxocode
Created November 7, 2014 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oxocode/aeee0ba9b14ea035f1a9 to your computer and use it in GitHub Desktop.
Save oxocode/aeee0ba9b14ea035f1a9 to your computer and use it in GitHub Desktop.
Xdebug-Settings-for-Google-Chrome-Output
xdebug.collect_params=4
xdebug.collect_vars=1
xdebug.dump_globals=1
xdebug.dump.undefined=1
xdebug.show_local_vars=1
xdebug.cli_color=1
xdebug.collect_includes=1
xdebug.show_exception_trace=1
xdebug.show_local_vars=1
xdebug.auto_trace=1
xdebug.collect_assignments=1
xdebug.collect_return=1
xdebug.extended_info=1
xdebug.dump.COOKIE=*
xdebug.dump.ENV=*
xdebug.dump.FILES=*
xdebug.dump.GET=*
xdebug.dump.POST=*
xdebug.dump.REQUEST=*
xdebug.dump.SERVER=*
xdebug.dump.SESSION=*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment