Last active
August 29, 2015 14:23
-
-
Save sergeylunev/f63d8fd7f4ac5df7d69a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Эту строчку надо просто найти и поставить нужное значение | |
html_errors = On | |
# Копируем все что ниже | |
xdebug.var_display_max_children = 128 | |
xdebug.var_display_max_data = 512 | |
xdebug.var_display_max_depth = 3 | |
xdebug.overload_var_dump = On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment