Skip to content

Instantly share code, notes, and snippets.

@rfay
Last active August 29, 2015 14:02
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 rfay/c9357ea99f40fd7307af to your computer and use it in GitHub Desktop.
Save rfay/c9357ea99f40fd7307af to your computer and use it in GitHub Desktop.
; Configuration for xdebug; the main file is xdebug.ini
xdebug.remote_enable=1
xdebug.remote_host=10.0.2.2
; xdebug.remote_port=9000
; you can comment the next line once Xdebug is working
xdebug.remote_log=/tmp/xdebug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment