25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
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