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

SDKtool debugger entries are not transfered to configuration

    XMLWordPrintable

Details

    • 6a0488fd25bbc72e085dc11fb5fb2f95d60cc56b

    Description

      If I add a Kit with the SDKTool with a debugger set, the Kit does not have the correct debugger set.

      The data is correctly stored in share\qtcreator\QtProject\qtcreator\profiles.xml, but do not end up in the configuration.

      Additional Information provided by Andreas via IRC:
      found out the issue, but donno how to fix it the correct way
      void DebuggerKitInformation::setup(Kit *k)
      unconditionally does setDebuggerItem(k, autoDetectItem(k));
      debuggerkitinformation.cpp line 206
      so he overwrites the previous loaded data by the autodetected data which is wrong for us....

      Attachments

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

        Activity

          People

            hunger Tobias Hunger
            aholza Andreas Holzammer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes