docker_zoo/docker/php-fpm8/xdebug.ini

12 lines
283 B
INI
Raw Permalink Normal View History

zend_extension=xdebug.so
[xdebug]
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.client_port = ${XDEBUG_PORT}
xdebug.output_dir ="/tmp"
xdebug.show_local_vars=1
xdebug.client_host=${XDEBUG_HOST}
xdebug.idekey=${XDEBUG_IDE}
xdebug.log=/tmp/xdebug.log
xdebug.log_level = 0