Qt Creator will not break in one class
-
Hey
I'm loosing it :D
I need to debug an issue with one of my objects but QT will NOT breakpoint in it. No matter what I do. It will break everywhere else but in my class that is doing work.
Any ideas wtf I can do. I'm losing it.
Regards
Dariusz -
Hey
I ended up debug/printing it in clion instead.I gave up on qtcreator with it. Will circle back to it in future.
-
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