xdebug.ini 376 B

12345678910111213
  1. [xdebug]
  2. zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20230831/xdebug.so
  3. xdebug.mode=debug
  4. xdebug.idekey=PHPSTORM
  5. xdebug.client_port = 9000
  6. xdebug.max_nesting_level=400
  7. xdebug.discover_client_host=1
  8. xdebug.start_with_request=trigger
  9. ; for mac and windows
  10. ;xdebug.client_host = host.docker.internal
  11. ; for unix (your machine hostname)
  12. xdebug.client_host = dev