2023-08-11 21:55:16 +09:00

10 lines
233 B
INI

[xdebug]
; ホストを指定
xdebug.remote_host = host.docker.internal
; リモートデバッグを有効化
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
; ホスト側のポート指定
xdebug.remote_port = 9003