LogViewer/docker/php/xdebug.ini
splin94@yandex.ru 3a4a328d80 -
2023-11-09 20:51:08 +00:00

9 lines
212 B
INI
Executable File

zend_extension=xdebug
[xdebug]
xdebug.client_host=host.docker.internal
xdebug.client_port=9081
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.start_with_request=yes
xdebug.idekey=PHPSTORM