Add XDebug to Appwrite

This commit is contained in:
Bradley Schofield
2023-11-06 10:08:11 +00:00
parent bd44823c85
commit 77caf64076
4 changed files with 12 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
zend_extension=xdebug
[xdebug]
xdebug.mode=develop,debug
xdebug.client_host=host.docker.internal
xdebug.start_with_request=yes