Skip to content

Instantly share code, notes, and snippets.

@praisedare
Created December 11, 2023 20:16
Show Gist options
  • Save praisedare/cfcd584fcb76e00145528fce25006994 to your computer and use it in GitHub Desktop.
Save praisedare/cfcd584fcb76e00145528fce25006994 to your computer and use it in GitHub Desktop.
xdebug config
# Location of xdebug extension (will probably differ on your own system)
zend_extension=/usr/local/lib/php/pecl/20220829/xdebug.so
# Enable Xdebug
xdebug.mode=debug
xdebug.remote_port=9003
xdebug.start_with_request=true
xdebug.remote_enable=On
xdebug.discover_client_host=true
xdebug.remote_connect_back=On
xdebug.remote_log=/tmp/xdebug.log
xdebug.idekey=VSC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment