Created
October 26, 2012 13:15
-
-
Save timglabisch/3958747 to your computer and use it in GitHub Desktop.
xdebug config
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.profiler_enable_trigger = 1 | |
xdebug.remote_autostart = 1 | |
xdebug.remote_enable = 1 | |
xdebug.remote_port = 9000 | |
xdebug.idekey = "PHPSTORM" | |
xdebug.max_nesting_level = 10000000 | |
xdebug.default_enable = 1 | |
php_flag xdebug.default_enable Off | |
php_flag xdebug.overload_var_dump Off | |
php_flag xdebug.show_exception_trace Off | |
php_value xdebug.trace_format 1 | |
html_errors=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment