TelegramApiServer/docker/php/conf.d/xdebug.ini

5 lines
140 B
INI
Raw Normal View History

xdebug.max_nesting_level=512
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.client_port=9003