Details
Description
The debugging environment variables (Project properties->Configuration properties->Debugging->Enviroment) grow up each time after restart of Visual Studio and loading of my project.
This is original value:
PATH=$(QTDIR)\bin;$(VCRedistPaths)%PATH%
Enviroment variable after first restarting of VS:
PATH="$(QTDIR)\bin%3b$(QTDIR)\bin%3b$(VCRedistPaths)%PATH%
Enviroment variable after second restarting of VS:
PATH="$(QTDIR)\bin%3b$(QTDIR)\bin%3b"$(QTDIR)\bin%3b$(QTDIR)\bin%3b$(VCRedistPaths)%PATH%
Attachments
Issue Links
- duplicates
-
QTVSADDINBUG-447 Project Properties->Debugging->Environment permanently grows.
-
- Closed
-