Skip to content

Instantly share code, notes, and snippets.

@wufoo
Created September 19, 2010 14:12
Show Gist options
  • Save wufoo/586799 to your computer and use it in GitHub Desktop.
Save wufoo/586799 to your computer and use it in GitHub Desktop.
;;;;;;;;;;;;;;;;;;;;
; Xdebug
;;;;;;;;;;;;;;;;;;;;
[xdebug]
zend_extension=/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.file_link_format = "txmt://open?url=file://%f&line=%l"
xdebug.var_display_max_depth = 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment