From 49c4123c43681ba00d529a1fe5f0f62103d66cbc Mon Sep 17 00:00:00 2001 From: aksm Date: Mon, 15 Aug 2022 10:58:49 -0400 Subject: [PATCH] Update xdebug config comments to match shipped defaults in docker debug image. --- xdebug/xdebug.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xdebug/xdebug.ini b/xdebug/xdebug.ini index 5797f30..a0f44ab 100644 --- a/xdebug/xdebug.ini +++ b/xdebug/xdebug.ini @@ -1,11 +1,10 @@ ; The below xdebug settings are part of the esmero-php-debug container. You may override any of the settings or add additional ones (see https://xdebug.org/docs/all_settings) as needed. ;xdebug.remote_handler=dbgp -;xdebug.client_port=9999 +;xdebug.client_port=9003 ;xdebug.start_with_request=yes ;xdebug.connect_timeout_ms=500 ;xdebug.mode=develop,debug -;xdebug.start_with_request=trigger ;xdebug.idekey=archipelago ;xdebug.client_host=host.docker.internal ;xdebug.log=/tmp/xdebug.log