v2board/docker/php-ini/20-xdebug.ini

7 lines
185 B
INI
Raw Normal View History

xdebug.start_with_request = no
xdebug.mode = debug
xdebug.client_host = host.docker.internal
xdebug.client_port = 9003
xdebug.remote_cookie_expire_time = 36000
xdebug.idekey = PHPSTORM