Files
archived-www.php-fig.org/docker/php/xdebug.ini
2021-09-22 10:48:28 +02:00

7 lines
146 B
INI

[xdebug]
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.log=/tmp/xdebug.log
xdebug.client_host=host.docker.internal
xdebug.mode=Off