Details
Description
When adding breakpoints to QML files that are inside a Qt Resource, the breakpoint is named after the filename and path in the local filesystem. Thus the breakpoint will not be hit when the QML debugger is started.
If I rename the breakpoint location to the file path within the Qt Resource, the QML debugger will hit the breakpoint and everything is working fine.
In the picture, breakpoint 1 is not working but that how it is created in QtCreator
Breakpoint 2 was modified by me and is working
Please note that they are pointing to two different locations in the code, the example shall only show that the file path style is different.