From ee1a1a296a038aa372d4bfa843f8f92d6f23f053 Mon Sep 17 00:00:00 2001 From: Scott Aubrey Date: Tue, 22 Oct 2024 07:55:24 +0100 Subject: [PATCH] fix: don't always autostart xdebug in dev, rely on trigger (can be changed if needed) --- .docker/xdebug.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.docker/xdebug.ini b/.docker/xdebug.ini index 0fedff2d..3261485f 100644 --- a/.docker/xdebug.ini +++ b/.docker/xdebug.ini @@ -1,6 +1,5 @@ xdebug.mode=debug -xdebug.start_with_request=yes -xdebug.autostart=true +xdebug.start_with_request=trigger ; The MacOS/Windows way - see docker-compose for override for linux: ; extra_hosts: