Enable Xdebug develop mode

[MAILPOET-4098]
This commit is contained in:
Rodrigo Primo
2022-02-01 09:49:58 -03:00
committed by Jan Jakeš
parent aac262f1c1
commit 8a00dd8e67

View File

@@ -1,4 +1,4 @@
xdebug.mode=debug
xdebug.mode=debug,develop
xdebug.output_dir="/var/www/html"
xdebug.client_host=host.docker.internal
xdebug.client_port=9000