Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-406

LocalDebuggerEnvironment string

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • 2.1.0
    • 1.2.4, 1.2.5
    • General
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              mecfc Miguel Costa
              kaleb500 Stuart
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes