Files
shop-platform/docker/php/xdebug.ini
2025-10-28 18:23:50 +08:00

7 lines
182 B
INI

[xdebug]
xdebug.mode=develop,debug
xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.idekey=PHPSTORM
xdebug.log=/var/log/xdebug.log