Skip to content
  • John Atanasov's avatar
    ISTWCMS-2882 Replace xdebug remote_connect_back setting · 38fbd937
    John Atanasov authored
    - Disabled 'xdebug.remote_connect_back=1' and replaced with 'xdebug.remote_host=host.docker.internal'. The connect back feature was inconsistent in determining the host IP.
    - Added 'xdebug.remote_log=/tmp/xdebug.log'. This will log connection data to the /tmp/xdebug.log file.
    38fbd937