Skip to content

Instantly share code, notes, and snippets.

@tuto1902
Created April 24, 2021 19:46
Show Gist options
  • Save tuto1902/9dfb80221c47c25dff4d38607e255931 to your computer and use it in GitHub Desktop.
Save tuto1902/9dfb80221c47c25dff4d38607e255931 to your computer and use it in GitHub Desktop.
XDebug configuration file
[xdebug]
xdebug.start_with_request=yes
xdebug.discover_client_host=true
xdebug.max_nesting_level=256
xdebug.remote_handler=dbgp
xdebug.client_port=9000
xdebug.idekey=VSCODE
xdebug.mode=debug
xdebug.client_host=host.docker.internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment