xdebug.ini 301 B

12345678910
  1. [Xdebug]
  2. zend_extension=xdebug.so
  3. xdebug.discover_client_host = true
  4. xdebug.client_host = host.docker.internal
  5. xdebug.client_port = 9003
  6. xdebug.mode = debug,profile
  7. xdebug.start_with_request = trigger
  8. xdebug.profiler_output_name = cachegrind.out.%t
  9. xdebug.output_dir = /var/www/balticrest.ru/var/log