Qt Creator will not break in one class
Moved
Unsolved
Qt Creator and other tools
-
-
This post is deleted!
-
I may have found the key condition for this: inconsistent capitalization between the file on disk and the entry in your project file. My project is all CMake, and CMakeLists.txt specified a capital letter in the parent directory of the source file; but it was in lower case on disk.
Bug report here: https://bugreports.qt.io/browse/QTCREATORBUG-27123
Related: https://bugreports.qt.io/browse/QTCREATORBUG-18007