Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.8.0
-
None
-
-
318b83587ffd3a4ca15c527228ca47c412dd593a (qt-creator/qt-creator/4.8)
Description
Steps to reproduce:
- create simple widget app from template
- have Clang code model enabled
- add some code that produces annotations
(I've added unused variables, no-opt statements, bookmarks) - add a breakpoint into the same line
- modify line again
Current result:
- annotations from code model disappear
Note: modifying a bookmark's text makes this reproducible for the bookmark annotations as well.
Reproducible with official packages as well with a self-compiled QC (based on a self-compiled Qt with minimum supported version)