Created
September 10, 2014 08:51
-
-
Save alexsegura/5bcaf07a3e2fed35ec8a to your computer and use it in GitHub Desktop.
XDebug configuration
This file contains 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
[xdebug] | |
zend_extension=xdebug.so | |
xdebug.overload_var_dump = 0 | |
xdebug.default_enable = 1 | |
xdebug.idekey = "sublime.xdebug" | |
xdebug.remote_autostart = 0 | |
xdebug.remote_enable = 1 | |
xdebug.remote_log="/var/log/xdebug/xdebug.log" | |
xdebug.remote_host=192.168.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment