appwrite/dev/xdebug.ini

9 lines
195 B
INI
Raw Normal View History

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