Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 9.0.1
-
35df3812f (master), e0219fad4 (master)
Description
If loading a file from source directory, breakpoints are not hit.
If a QML file is outside of the project, it seems to work.
To reproduce, edit the path in main.cpp to point to the source directory, then set breakpoint in console.log() line in it and try to debug.