Skip to content

Instantly share code, notes, and snippets.

@ckwanted
Forked from tuto1902/ext-xdebug.ini
Created April 14, 2023 18:06
Show Gist options
  • Save ckwanted/d897fa9d8ed8ff3cf85d15994e3d5ffb to your computer and use it in GitHub Desktop.
Save ckwanted/d897fa9d8ed8ff3cf85d15994e3d5ffb 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