Skip to content

Instantly share code, notes, and snippets.

@a-kbv
Created April 27, 2023 07:53
Show Gist options
  • Save a-kbv/282d3af0424ec829352dc73f7865a284 to your computer and use it in GitHub Desktop.
Save a-kbv/282d3af0424ec829352dc73f7865a284 to your computer and use it in GitHub Desktop.
Xdebug config on all versions
; Xdebug settings
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9000
;xdebug.discover_client_host=1
; xdebug.log=/var/log/xdebug.log
; Xdebug OLD settings
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.log_level = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment