Files
git-contribution-graph/docker/php/xdebug.ini
T

9 lines
299 B
INI

[xdebug]
; Mode is controlled by the XDEBUG_MODE env var in docker-compose.override.yml.
; Set XDEBUG_MODE=off in your shell to skip Xdebug for faster test runs.
xdebug.mode=off
xdebug.client_port=9003
xdebug.client_host=host.docker.internal
xdebug.start_with_request=yes
xdebug.log=/tmp/xdebug.log