Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alistairstead
Created February 18, 2011 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alistairstead/833537 to your computer and use it in GitHub Desktop.
Save alistairstead/833537 to your computer and use it in GitHub Desktop.
xDebug INI settings for use with MacGDBp and TextMate
[xdebug]
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.cli_color = 1
; xdebug.scream = 1
[xdebug-remote-debug]
; xdebug.remote_enable = On
; xdebug.remote_autostart = 1
; xdebug.remote_mode = jit
; xdebug.remote_connect_back = 1
; xdebug.remote_host = 192.168.155.1
; xdebug.idekey = macgdbp
; xdebug.file_link_format="txmt://open?url=file://%f&line=%1"
[xdebug-profiling]
; xdebug.profiler_enable_trigger = 1
; xdebug.profiler_enable = 1
; xdebug.profiler_output_dir = /mnt/hgfs/src/cachegrind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment