openclassify/docker/php/xdebug.ini
2023-06-26 19:10:01 +03:00

7 lines
184 B
INI

[xdebug]
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.client_host = host.docker.internal
xdebug.client_port = 9003
xdebug.log = /tmp/xdebug.log
xdebug.idekey = "PHPSTORM"