all debugging online.

This commit is contained in:
Adam Outler
2025-10-03 22:12:42 +00:00
parent 1e04e9f571
commit ada92715a8
11 changed files with 151 additions and 46 deletions

View File

@@ -5,7 +5,7 @@ extension_dir="/services/php/modules"
xdebug.mode=develop,debug
xdebug.log=/app/log/xdebug.log
xdebug.log_level=7
xdebug.client_host=host.docker.internal
xdebug.client_host=127.0.0.1
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.discover_client_host=1

View File

@@ -2,7 +2,7 @@ zend_extension="xdebug.so"
[xdebug]
xdebug.mode=develop,debug
xdebug.log_level=0
xdebug.client_host=host.docker.internal
xdebug.client_host=127.0.0.1
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.discover_client_host=1