Skip to content

Instantly share code, notes, and snippets.

@jtreminio
Created August 19, 2013 15:18
Show Gist options
  • Save jtreminio/6270309 to your computer and use it in GitHub Desktop.
Save jtreminio/6270309 to your computer and use it in GitHub Desktop.
xdebug.idekey=xdebug
xdebug.remote_host=10.0.2.2
xdebug.default_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_connect_back = 1
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_port = 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment