Skip to content

Instantly share code, notes, and snippets.

@aubm
Created November 21, 2015 12:59
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 aubm/eb76639d12f0e8d6d6db to your computer and use it in GitHub Desktop.
Save aubm/eb76639d12f0e8d6d6db to your computer and use it in GitHub Desktop.
Debug remote autostart configuration
[XDebug]
zend_extension = "/path/to/xdebug.dll"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_port=9000
xdebug.remote_autostart=on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment