Intellij dart breakpoint in debug opens file second time as not writable
I develop an App in Flutter/Dart. As IDE I use IntelliJ IDEA 2023.3.2.
Since a few days, when ever debug reaches a breakpoint, it opens the file as a new Tab. But this is not writable. Also, the highlighting (partly) and ‘Go To Declaration’ as well as any editing does not work in the new Window, that makes development very annoying.
It only happens in my Dart/Flutter-Projects. I have a Typescript-Project as Server and there I have no problems. Other dart projects have the same issue.