Skip to content

Instantly share code, notes, and snippets.

@steverobbins
Created December 11, 2014 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steverobbins/d1924a0e1b650451ec8f to your computer and use it in GitHub Desktop.
Save steverobbins/d1924a0e1b650451ec8f to your computer and use it in GitHub Desktop.
[xdebug]
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.profiler_enable_trigger=1
zend_extension="/Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment