Skip to content

Instantly share code, notes, and snippets.

@novomirskoy
Created June 26, 2015 21:25
Show Gist options
  • Save novomirskoy/3b6d5ce4fd26587b7073 to your computer and use it in GitHub Desktop.
Save novomirskoy/3b6d5ce4fd26587b7073 to your computer and use it in GitHub Desktop.
xdebug configuration
zend_extension=xdebug.so
xdebug.idekey = "PHPSTORM"
xdebug.remote_enable = 1
xdebug.remote_port = 9001
xdebug.remote_host=127.0.0.1
xdebug.idekey="PHPSTORM"
xdebug.remote_handler="dbgp"
xdebug.remote_autostart=on
xdebug.remote_connect_back=on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment