6 lines
165 B
INI
6 lines
165 B
INI
|
zend_extension=xdebug
|
||
|
xdebug.mode=develop,debug
|
||
|
xdebug.start_with_request=yes
|
||
|
xdebug.remote_port=9003
|
||
|
xdebug.client_port=9003
|
||
|
xdebug.remote_host=host.docker.internal
|