7 lines
238 B
INI
7 lines
238 B
INI
zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20240924/xdebug.so
|
|
xdebug.mode=debug
|
|
xdebug.idekey=PHPSTORM
|
|
xdebug.start_with_request=yes
|
|
xdebug.client_port=9003
|
|
xdebug.log_level = 0
|
|
xdebug.client_host=host.docker.internal |