Files
docker-nginx-php/php-xdebug.conf
2025-09-16 11:29:49 +02:00

13 lines
329 B
Plaintext

xdebug.mode=develop,debug
xdebug.discover_client_host = yes
xdebug.client_port="9000"
xdebug.client_host="host.containers.internal"
xdebug.start_with_request = yes
xdebug.remote_handler=”dbgp”
xdebug.output_dir="/tmp"
xdebug.profiler_trigger=on
xdebug.profiler_append=on
xdebug.max_nesting_level=1000
xdebug.trigger_value=1