Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 3.4.0, Qt Creator 3.5.1
-
None
Description
In a subdirs project with multiple QtQuick applications that contain QML files with the same name, if a breakpoint is hit, then Qt Creator opens the first file with that filename, which might not be the one where the breakpoint was set.
I have attached a project that reproduces the issue. The steps to reproduce are:
1. Set a breakpoint in main.qml from App2 (e.g. in onClicked)
2. Start debugging App2
The result is that main.qml from App1 is opened instead of the one from App2.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-3643 Editor opens wrong file when hitting qml/js breakpoint
-
- Closed
-