1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00
appwrite/dev/xdebug.ini

9 lines
195 B
INI
Raw Permalink Normal View History

2023-11-06 23:08:11 +13:00
zend_extension=xdebug
[xdebug]
2024-07-16 06:13:34 +12:00
xdebug.mode=develop,debug,profile
2023-11-06 23:08:11 +13:00
xdebug.client_host=host.docker.internal
2024-07-16 06:13:34 +12:00
xdebug.start_with_request=yes
xdebug.output_dir=/tmp/xdebug
xdebug.use_compression=false