Build/docker/data/20-xdebug.ini
Dennis Eichhorn 08b1d61f04
Some checks failed
CI / linting (push) Has been cancelled
restructrue
2024-06-13 15:39:48 +02:00

7 lines
194 B
INI

error_reporting=E_ALL
zend_extension=xdebug.so
xdebug.mode=debug,profile,trace
xdebug.start_with_request=yes
xdebug.client_port=9003
xdebug.client_host=host.docker.internal
xdebug.trace_format=1