7 lines
182 B
INI
7 lines
182 B
INI
[xdebug]
|
|
xdebug.mode=develop,debug
|
|
xdebug.start_with_request=yes
|
|
xdebug.client_host=host.docker.internal
|
|
xdebug.client_port=9003
|
|
xdebug.idekey=PHPSTORM
|
|
xdebug.log=/var/log/xdebug.log |