docker_zoo/docker/php-fpm/xdebug.ini

12 lines
283 B
INI
Raw Normal View History

2020-11-01 19:09:40 +05:00
zend_extension=xdebug.so
[xdebug]
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.client_port = ${XDEBUG_PORT}
xdebug.output_dir ="/tmp"
2020-11-01 19:09:40 +05:00
xdebug.show_local_vars=1
xdebug.client_host=${XDEBUG_HOST}
2020-11-19 20:48:41 +05:00
xdebug.idekey=${XDEBUG_IDE}
xdebug.log=/tmp/xdebug.log
xdebug.log_level = 0