Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.13.2
-
MinGW 8.1.0
-
-
3341fa827f (qt-creator/qt-creator/8.0) 3341fa827f (qt-creator/qt-creator/master)
Description
If project has 2 qml files with identical naming, the debugger seems to get a bit confused and breakpoints set in one of the files may result in the debugger stopping in the other instead.
Steps to reproduce the problem:
- Open the attached project in Qt Creator
- Set breakpoint in Page1Form.ui.qml at line 16
- Debug
=> debugger will stop in subdirectory/Page1Form.ui.qml at line 16 instead
This problem doesn't seem to be affected by the option "set breakpoints using full absolute path". The debugger is stopping in the wrong file regardless.