Installation for S&D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

10 lines
215 B

zend_extension=xdebug
[xdebug]
xdebug.mode=debug
xdebug.client_port=9004
xdebug.start_with_request = yes
xdebug.client_host=host.docker.internal
xdebug.idekey = VSCODE
xdebug.log=/tmp/xdebug.log
xdebug.log_level=10