Xdebug のリモートデバッグ設定2と3の違い (PhpStormで)

Xdebug2:

xdebug.idekey = "PHPSTORM"
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_host = host.docker.internal
xdebug.remote_port="9003"
xdebug.remote_connect_back = 0

Xdebug3:

xdebug.mode = debug
xdebug.idekey = "PHPSTORM"
xdebug.start_with_request = yes
xdebug.client_host = host.docker.internal
xdebug.client_port = 9003

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA