Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 6.0.0-beta1
-
Fix Version/s: Qt Creator 6.0.0-beta2
-
Component/s: Debugger
-
Labels:None
-
Platform/s:
-
Commits:5a2b58550e81c16913c193981dd532e709d39fca (qt-creator/qt-creator/master)
Description
Added a breakpoint in src\plugins\cmakeprojectmanager\cmakeeditor.cpp at line 95, built Qt Creator, loaded a CMake project, opened up the CMakeLists.txt pressed F1 on a token, in my case target_precompile_headers.
In the screenshots attached you can see that id is empty for cdb and has a valid value for gdb.
The kits were Qt 6.2.0 with MSVC 2019 x64, and Qt 6.2.0 with MinGW 8.1.