Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-19547

[REG 4.4.1->4.5.0][Windows 10]: When using gdb it will add a Path env var with the modifications needed, whereas GDB will expect a PATH env var

XMLWordPrintable

    • ffe120a43ff93e9ba0b37e987496c886c3274ad9

      When using gdb it will add a Path environment variable with the modifications needed, whereas GDB will expect a PATH environment variable. Windows 10 uses Path instead of PATH now and since we are respecting the case of the environment variable, when the change is made to include Qt it ends up creating a new one since GDB sees it as PATH and not Path.

      Therefore, it needs to be modified to update PATH regardless of the case of the original for gdb

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

            davschul David Schulz
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes