Skip to content

Instantly share code, notes, and snippets.

@oojacoboo
Created February 3, 2013 08:56
Show Gist options
  • Select an option

  • Save oojacoboo/4700981 to your computer and use it in GitHub Desktop.

Select an option

Save oojacoboo/4700981 to your computer and use it in GitHub Desktop.
[xdebug]
zend_extension="/usr/local/Cellar/php54-xdebug/2.2.1/xdebug.so"
xdebug.idekey = "macgdbp"
xdebug.remote_enable = 0
;xdebug.file_link_format="txmt://open?url=file://%f&line=%1"
;xdebug.remote_autostart = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.cli_color = 1
xdebug.max_nesting_level = 200
xdebug.overload_var_dump = false
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 1
xdebug.trace_output_dir = "/usr/local/var/log/php/xdebug/"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment