xdebug.ini 508 B

12345678910111213
  1. ;zend_extension = xdebug.so
  2. ; XDebug 3 → https://xdebug.org/docs/upgrade_guide
  3. ; You can dynamically enable XDebug by setting XDEBUG_MODE env variable.
  4. ; Some options can be dynamically overridden with XDEBUG_CONFIG env variable.
  5. xdebug.mode = off
  6. xdebug.start_with_request = yes
  7. xdebug.discover_client_host = true
  8. xdebug.client_host = host.docker.internal
  9. ; Required so XDebug DOES NOT print warning "Could not connect to debugging client"
  10. xdebug.log = /fixer/docker/php/xdebug.log
  11. xdebug.log_level = 1