Created
November 7, 2014 17:03
-
-
Save oxocode/aeee0ba9b14ea035f1a9 to your computer and use it in GitHub Desktop.
Xdebug-Settings-for-Google-Chrome-Output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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