Add xdebug

This commit is contained in:
2025-06-05 12:42:11 +03:00
parent b9626c73fa
commit ee212c721b
2 changed files with 18 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
zend_extension=xdebug
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_host=172.17.80.1
xdebug.client_port=9003
xdebug.log=/tmp/xdebug.log
; Optional for development
xdebug.discover_client_host=true
xdebug.idekey=VSCODE