Last active
August 29, 2015 14:02
-
-
Save rfay/c9357ea99f40fd7307af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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