Debugging operational in vscode

This commit is contained in:
Adam Outler
2025-10-02 21:19:29 +00:00
parent 0cd1dc8987
commit 33aa8492bb
9 changed files with 34 additions and 56 deletions

View File

@@ -0,0 +1,11 @@
zend_extension="/services/php/modules/xdebug.so"
extension_dir="/services/php/modules"
[xdebug]
xdebug.mode=develop,debug
xdebug.log=/app/log/xdebug.log
xdebug.log_level=7
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.discover_client_host=1

View File

@@ -0,0 +1 @@
-m debugpy --listen 0.0.0.0:5678