Skip to content

Instantly share code, notes, and snippets.

@caseyw
Created July 23, 2014 15:14
Show Gist options
  • Select an option

  • Save caseyw/f24b0d63632433459b85 to your computer and use it in GitHub Desktop.

Select an option

Save caseyw/f24b0d63632433459b85 to your computer and use it in GitHub Desktop.
xdebug.default_enable = 1
xdebug.remote_autostart = 0
xdebug.remote_connect_back = 1
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_port = 9000
xdebug.idekey = "PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment