-
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)
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.
| For Gerrit Dashboard: QTCREATORBUG-24803 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 320202,2 | Debugger: Pass full file name to Qml debugger | master | qt-creator/qt-creator | Status: ABANDONED | -1 | 0 |
| 416179,2 | Debugger: Fix handling breakpoints of same file names | 8.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |