Skip to content

Instantly share code, notes, and snippets.

@b14ck0ps
Created February 23, 2022 15:31
Show Gist options
  • Save b14ck0ps/50f1f4bb6d4c1ee506f1b7924c8b475f to your computer and use it in GitHub Desktop.
Save b14ck0ps/50f1f4bb6d4c1ee506f1b7924c8b475f to your computer and use it in GitHub Desktop.
xDebug config for win11H2, work with 3.x.x
[xDebug]
zend_extension = xdebug
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
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