Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.4.0-beta1
-
None
Description
... when a project is open.
- Open a qmake project configured with Qt configured kit
- Create a kit that has no Qt configured
- Execute Attach to Remote Debugging Server, and pick the non-Qt kit
- The following messages appear in the console (nothing happens in the UI):
No build configuration factory found for target id '{a598be51-7ab3-4b24-b235-39bb59bc2208}'. No deployment configuration factory found for target id '{a598be51-7ab3-4b24-b235-39bb59bc2208}'. No run configuration factory found for target id '{a598be51-7ab3-4b24-b235-39bb59bc2208}'. SOFT ASSERT: "runConfig" in file F:\Projects\qt-creator\qt-creator\src\plugins\debugger\debuggerruncontrol.cpp, line 642
dummyRunConfigForKit tries to create a new target for the active project, but it fails since no run factory matches the chosen kit.