Skip to content

Instantly share code, notes, and snippets.

@DaveDevYT
Created October 28, 2021 21:00
Show Gist options
  • Save DaveDevYT/2af7259c390a90c6b53fd68d2806dc0b to your computer and use it in GitHub Desktop.
Save DaveDevYT/2af7259c390a90c6b53fd68d2806dc0b to your computer and use it in GitHub Desktop.
php.ini configuration for adding XDebug
[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug-3.0.4-8.0-vs16-x86_64.dll"
xdebug.mode = debug
xdebug.stopOnEntry = true
xdebug.start_with_request = yes
xdebug.client_host = "127.0.0.1"
xdebug.client_port = 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment