Files
NetAlertX/.devcontainer/resources/devcontainer-overlay/services/config/php/conf.d/99-xdebug.ini
2025-10-02 21:19:29 +00:00

12 lines
297 B
INI

zend_extension="/services/php/modules/xdebug.so"
extension_dir="/services/php/modules"
[xdebug]
xdebug.mode=develop,debug
xdebug.log=/app/log/xdebug.log
xdebug.log_level=7
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.discover_client_host=1