/
gman
/
MyLocalLemp
Обзор
Документация
Войти
/
gman
/
MyLocalLemp
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docker-compose/php/xdebug.ini
21 строка
490 B
fyodor
local build for crypto
21 июн 2024, 17:22
21 июн 2024, 17:22
75ed2ac
Код
Авторство
О чём код?
zend_extension=xdebug.so ;xdebug.remote_handler=dbgp #To activate XDEBUG remote host must be your local IP address. #This is not Docker machine ip address, but the ones running Phpstorm #2.9 config #xdebug.remote_enable=1 #xdebug.remote_autostart=1 #xdebug.remote_host=host.docker.internal #xdebug.remote_port=9011 #3.1.0 config xdebug.mode=debug,coverage xdebug.start_with_request=trigger xdebug.discover_client_host=1 xdebug.client_host=host.docker.internal xdebug.client_port=9011