xdebug.ini 498 B

12345678910111213141516
  1. [xdebug]
  2. zend_extension=xdebug.so
  3. xdebug.default_enable = 1
  4. xdebug.remote_enable = 1
  5. xdebug.idekey=PHPSTORM
  6. xdebug.remote_autostart = 1
  7. xdebug.remote_connect_back = 1
  8. xdebug.remote_port = 9000
  9. xdebug.max_nesting_level=400
  10. ; Uncomment this line if docker is running on Mac or Windows
  11. ; xdebug.remote_host = host.docker.internal
  12. ; OR uncomment this one if docker is on Unix, then replace the hostname
  13. ; by the your current machine's name (type 'hostname' in a terminal)
  14. xdebug.remote_host = dev