transcriptor-web/docker/xdebug.ini
2025-04-25 08:42:43 +02:00

17 lines
356 B
INI

zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.idekey=shipping
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.remote_autostart=1
;xdebug.remote_connect_back=1
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.log = /var/www/html/xdebug.log
xdebug.log_level = 10