Running a project does not remove disabled environment variables anymore.

[DEVELOPMENT ENVIRONMENT]
* BUG: Running a project does not remove disabled environment variables anymore.
This commit is contained in:
Benoît Minisini 2022-08-09 15:40:24 +02:00
parent 861eebaa7a
commit f94f6ecf87

View file

@ -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