add php debugging

This commit is contained in:
2026-07-16 12:18:53 +02:00
parent fa663a6a6c
commit 339c0503ba
7 changed files with 235 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20220829/xdebug.so
[xdebug]
xdebug.mode=develop,debug
xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.log_level=0
xdebug.idekey=VSCODE