- 
    
Bug
 - 
    Resolution: Won't Do
 - 
    
P1: Critical
 - 
    None
 - 
    Qt Creator 5.0.2, Qt Creator 6.0.0-beta2
 - 
    None
 - 
    Ubuntu 20.04 LTS
 
- Open a project with a qml file.
I used a qmake-based one. - Go to Debug mode.
 - Place a breakpoint in the qml file.
The breakpoint is shown left of the qml editor as well as in the breakpoints view. - Debug the project.
While the application is running, the breakpoints view is empty. In the code editor, the red bubble can still be seen:

 - Trigger the code where the breakpoint is.
The application stops and the breakpoint appears in breakpoints view again.