Skip to content

Instantly share code, notes, and snippets.

@timglabisch
Created October 26, 2012 13:15
Show Gist options
  • Save timglabisch/3958747 to your computer and use it in GitHub Desktop.
Save timglabisch/3958747 to your computer and use it in GitHub Desktop.
xdebug config
#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