Skip to content

Instantly share code, notes, and snippets.

@Julien1138
Created May 3, 2021 06:14
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 Julien1138/2cad83c05c4319f321513d8539318a3b to your computer and use it in GitHub Desktop.
Save Julien1138/2cad83c05c4319f321513d8539318a3b to your computer and use it in GitHub Desktop.
[XDebug]
zend_extension = xdebug.so
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.discover_client_host = true
xdebug.idekey = VSC
xdebug.client_host = host.docker.internal
xdebug.client_port = 9003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment