Files
NetAlertX/.devcontainer/resources/devcontainer-overlay/services/config/php/php-fpm.d/99-xdebug.ini
2025-09-30 01:55:26 +00:00

9 lines
205 B
INI
Executable File

zend_extension="xdebug.so"
[xdebug]
xdebug.mode=develop,debug
xdebug.log_level=0
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.discover_client_host=1