Files
php_debug/php/xdebug.ini
2025-07-14 10:04:03 -04:00

8 lines
173 B
INI

zend_extension=xdebug
[xdebug]
xdebug.mode=develop,debug
xdebug.client_host=172.19.0.1
xdebug.start_with_request=yes
xdebug.max_nesting_level=5000
xdebug.remote_autostart=1