From f94f6ecf87cd2bad0378db94acbe03f71e61e5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Tue, 9 Aug 2022 15:40:24 +0200 Subject: [PATCH] Running a project does not remove disabled environment variables anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Running a project does not remove disabled environment variables anymore. --- app/src/gambas3/.src/Debug/Design.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/gambas3/.src/Debug/Design.module b/app/src/gambas3/.src/Debug/Design.module index b3182a56c..cc6fb2211 100644 --- a/app/src/gambas3/.src/Debug/Design.module +++ b/app/src/gambas3/.src/Debug/Design.module @@ -1105,7 +1105,7 @@ Private Sub Start(sCmd As String) FDebugInfo.UpdateView FDebugInfo.OnProjectDebug - aEnv = Project.GetEnvironment() + aEnv = Project.GetEnvironment().Copy() If $bRemote Then Try aEnv.Insert(Project.Config["/Debug/RemoteEnvironment"]) I = 0 While I < aEnv.Count