Skip to content

Instantly share code, notes, and snippets.

@isholgueras
Created April 17, 2019 07:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isholgueras/3651f481b3c09818693416a2daae82c6 to your computer and use it in GitHub Desktop.
Save isholgueras/3651f481b3c09818693416a2daae82c6 to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.remote_connect_back = 1
xdebug.default_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
xdebug.max_nesting_level = 500
xdebug.idekey = PHPSTORM
;xdebug.profiler_enable_trigger = 1
;xdebug.show_exception_trace=1
;xdebug.show_error_trace=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment