Skip to content

Instantly share code, notes, and snippets.

@Swader
Created February 5, 2013 13:25
Show Gist options
  • Save Swader/4714435 to your computer and use it in GitHub Desktop.
Save Swader/4714435 to your computer and use it in GitHub Desktop.
Xdebug settings
[xdebug]
zend_extension=/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug_newer.so
xdebug.profiler_output_dir=/var/xdebug
xdebug.profiler_output_name=cachegrind.out.%s.%u
xdebug.file_link_format="txmt://open?url=file://%f&line=%1"
xdebug.remote_enable = On
xdebug.remote_autostart = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment