Skip to content

Instantly share code, notes, and snippets.

@ackintosh
Created February 24, 2013 06:31
Show Gist options
  • Save ackintosh/5022883 to your computer and use it in GitHub Desktop.
Save ackintosh/5022883 to your computer and use it in GitHub Desktop.
Xdebug setting in MAMP
[xdebug]
zend_extension="/Applications/MAMP/bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
xdebug.remote_enable=On
xdebug.remote_host=“localhost”
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_autostart=Off
xdebug.profiler_enable = On
xdebug.collect_vars=on
xdebug.collect_params=4
xdebug.dump_globals=on
xdebug.dump.GET=*
xdebug.dump.POST=*
xdebug.show_local_vars=on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment