Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
1.2.4, 1.2.5
-
Visual Studio 2010
Windows 7
-
d13b9579bd92e41ad20f9612f23b44274cb90548
Description
The local debugger string setting in the *.vcxproj.user file looks a bit wrong when first setup by the plugin (although it still works):
<LocalDebuggerEnvironment>
PATH=$(QTDIR)\bin%3b"$(QTDIR)\bin%3b$(PATH)
</LocalDebuggerEnvironment>
I changed it to:
<LocalDebuggerEnvironment>
PATH=$(QTDIR)\bin%3b$(PATH)
</LocalDebuggerEnvironment>
which looks more correct and it still seems to work OK.
Attachments
Issue Links
- duplicates
-
QTVSADDINBUG-407 Debugging environment variables are not saved after Visual Studio restart
- Closed