https://bugs.kde.org/show_bug.cgi?id=424431
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.6.0 Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/commit/ff7a0e | |a60d4d7546b09dafdfedfc0db18 | |b59e722 --- Comment #2 from Igor Kushnir <igor...@gmail.com> --- Git commit ff7a0ea60d4d7546b09dafdfedfc0db18b59e722 by Igor Kushnir, on behalf of Axel Kellermann. Committed on 16/08/2020 at 19:41. Pushed by igorkushnir into branch '5.6'. Associate loaded breakpoints with a moving cursor Loaded breakpoints don't trigger markChanged(), which is normally responsible for getting a moving cursor for breakpoints. Instead the moving cursor for loaded breakpoints is now added in textDocumentCreated(). Logic for adding moving cursors is also moved into seperate function, as the same code snippet was used multiple times. FIXED-IN: 5.6.0 M +32 -23 kdevplatform/debugger/breakpoint/breakpointmodel.cpp M +3 -1 kdevplatform/debugger/breakpoint/breakpointmodel.h https://invent.kde.org/kdevelop/kdevelop/commit/ff7a0ea60d4d7546b09dafdfedfc0db18b59e722 -- You are receiving this mail because: You are watching all bug changes.