1
0
Fork 0
mirror of synced 2024-09-18 10:29:47 +12:00
appwrite/dev/xdebug.ini
2024-07-15 14:13:34 -04:00

8 lines
195 B
INI

zend_extension=xdebug
[xdebug]
xdebug.mode=develop,debug,profile
xdebug.client_host=host.docker.internal
xdebug.start_with_request=yes
xdebug.output_dir=/tmp/xdebug
xdebug.use_compression=false