Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

15 lignes
441 B

  1. ;xdebug.log = /home/danielknudsen/xdebug.log
  2. ;xdebug.client_port = 9003
  3. ;xdebug.client_host=host.docker.internal
  4. ;xdebug.client_host=docker.for.mac.localhost
  5. ;xdebug.mode = debug
  6. ;xdebug.start_with_request = yes
  7. ;xdebug.log = /tmp/xdebug.log
  8. ;xdebug.log_level = 7
  9. xdebug.remote_enable=1
  10. xdebug.remote_host=docker.for.mac.localhost
  11. xdebug.remote_port=9003
  12. xdebug.remote_autostart=1
  13. xdebug.remote_log=/tmp/xdebug.log
  14. xdebug.remote_log_level=7