add xdebug configs ini file to container
This commit is contained in:
8
docker/php/xdebug.ini
Normal file
8
docker/php/xdebug.ini
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
zend_extension=xdebug
|
||||||
|
|
||||||
|
[xdebug]
|
||||||
|
xdebug.mode=develop,debug
|
||||||
|
xdebug.start_with_request=yes
|
||||||
|
xdebug.discover_client_host=0
|
||||||
|
xdebug.client_host=host.docker.internal
|
||||||
|
xdebug.client_port=9003
|
||||||
Reference in New Issue
Block a user