Skip to content

Instantly share code, notes, and snippets.

@erikhansen
Created January 22, 2011 23:00
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save erikhansen/791594 to your computer and use it in GitHub Desktop.
Save erikhansen/791594 to your computer and use it in GitHub Desktop.
[xdebug]
xdebug.profiler_enable_trigger=on
xdebug.remote_autostart=off
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.idekey=ECLIPSE_XDEBUG
xdebug.collect_vars=on
xdebug.collect_params=4
xdebug.show_local_vars=on
xdebug.var_display_max_depth=5
xdebug.show_exception_trace=on
; Links open in TextMate:
xdebug.file_link_format="txmt://open?url=file://%f&line=%l"
zend_extension=/usr/local/zend/lib/php_extensions/xdebug.so
; I use the Firefox xdebug helper to toggle this on, when neccessary (rarely)
xdebug.profiler_enable = 0
xdebug.profiler_output_dir = "/tmp"
xdebug.profiler_output_name = cachegrind.out.%s.%t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment