added xdebug

This commit is contained in:
2026-03-22 13:23:27 +01:00
parent 0519193b51
commit e06e5bde03
2 changed files with 9 additions and 2 deletions

6
docker/php/xdebug.ini Normal file
View File

@@ -0,0 +1,6 @@
[xdebug]
xdebug.mode=debug
xdebug.start_with_request=trigger
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.idekey=VSCODE