Skip to content

Instantly share code, notes, and snippets.

@telless
Last active April 12, 2017 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save telless/23199c704de9659b4fa352e36e17ddde to your computer and use it in GitHub Desktop.
Save telless/23199c704de9659b4fa352e36e17ddde to your computer and use it in GitHub Desktop.
Typical xdebug config
zend_extension=xdebug.so
; Enable remote mode
xdebug.remote_enable=1
; Autostart on every request
xdebug.remote_autostart=1
; Autodetect requester IP
xdebug.remote_connect_back=1
; Set remote port
xdebug.remote_port=9000
; Usually work even without it
xdebug.idekey="PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment