Skip to content

Instantly share code, notes, and snippets.

@peavers
Last active August 29, 2015 14:00
Show Gist options
  • Save peavers/d0458070ce8b4210a9c2 to your computer and use it in GitHub Desktop.
Save peavers/d0458070ce8b4210a9c2 to your computer and use it in GitHub Desktop.
xdebug config
zend_extension = /usr/lib/php5/20100525/xdebug.so
xdebug.idekey = PHPSTORM
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 1
xdebug.remote_connect_back = 1
xdebug.remote_enable = 1
xdebug.remote_port = 9001
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.remote_autostart= 1
xdebug.remote_log = "/tmp/xdebug.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment