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:
parent
861eebaa7a
commit
f94f6ecf87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue