xdebug.ini 464 B

123456789101112
  1. [xdebug]
  2. ;zend_extension=xdebug.so ;<- this is supposed to be loaded in /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
  3. xdebug.mode = debug
  4. xdebug.idekey=PHPSTORM
  5. xdebug.discover_client_host = 1
  6. xdebug.max_nesting_level=400
  7. xdebug.start_with_request=trigger
  8. xdebug.client_port = 9003
  9. ; Client host is "host.docker.internal" on Mac or Windows,
  10. ; or your current machine's name on unix (type 'hostname' in a terminal)
  11. xdebug.client_host = host.docker.internal