Kaynağa Gözat

xdebug ini fix for xdebug version 2

master
Daniel 1 yıl önce
ebeveyn
işleme
f292167cf7
1 değiştirilmiş dosya ile 12 ekleme ve 5 silme
  1. +12
    -5
      .ddev/php/xdebug.ini

+ 12
- 5
.ddev/php/xdebug.ini Dosyayı Görüntüle

@@ -1,8 +1,15 @@
;xdebug.log = /home/danielknudsen/xdebug.log
;xdebug.client_port = 9003
;xdebug.client_host=host.docker.internal
xdebug.client_host=docker.for.mac.localhost
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.log = /tmp/xdebug.log
xdebug.log_level = 7
;xdebug.client_host=docker.for.mac.localhost
;xdebug.mode = debug
;xdebug.start_with_request = yes
;xdebug.log = /tmp/xdebug.log
;xdebug.log_level = 7

xdebug.remote_enable=1
xdebug.remote_host=docker.for.mac.localhost
xdebug.remote_port=9003
xdebug.remote_autostart=1
xdebug.remote_log=/tmp/xdebug.log
xdebug.remote_log_level=7

Yükleniyor…
İptal
Kaydet