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.

9 lines
215 B

2 years ago
  1. zend_extension=xdebug
  2. [xdebug]
  3. xdebug.mode=debug
  4. xdebug.client_port=9004
  5. xdebug.start_with_request = yes
  6. xdebug.client_host=host.docker.internal
  7. xdebug.idekey = VSCODE
  8. xdebug.log=/tmp/xdebug.log
  9. xdebug.log_level=10