Skip to content

Instantly share code, notes, and snippets.

@pavel-vasiluk
Created January 4, 2021 22:04
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 pavel-vasiluk/99213505bd4505fc6f3e18557581b182 to your computer and use it in GitHub Desktop.
Save pavel-vasiluk/99213505bd4505fc6f3e18557581b182 to your computer and use it in GitHub Desktop.
Xdebug 3 config for Linux-based system
# /etc/php/7.4/mods-available/xdebug.ini
zend_extension=xdebug.so
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment