https://bugs.kde.org/show_bug.cgi?id=481691
Kåre Särs <kare.s...@iki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/util | |ities/kate/-/commit/f9e98f7 | |1e28443c04ae3284a4e881196d4 | |e241e2 Resolution|--- |FIXED --- Comment #3 from Kåre Särs <kare.s...@iki.fi> --- Git commit f9e98f71e28443c04ae3284a4e881196d4e241e2 by Kåre Särs, on behalf of Akseli Lahtinen. Committed on 14/07/2024 at 17:58. Pushed by sars into branch 'master'. plugin_kategdp: When breakpoint mark changes, toggle breakpoint for it Breakpoint marks were currently just visual, they did not actually do anything when it came to toggling the breakpoints. This makes sure whenever the document updates a breakpoint marker, it's actually toggled. If debugger is running and you set markers to file `foo.cpp` then close the file, and reopen it, Kate asks the debugger if the file has any breakpoints and if so, it will mark them back. There is also a change for the toggle breakpoint keyboard shortcut, where it toggles the breakpoint using the marker system, instead of having two competing systems. M +34 -9 addons/gdbplugin/plugin_kategdb.cpp M +3 -0 addons/gdbplugin/plugin_kategdb.h https://invent.kde.org/utilities/kate/-/commit/f9e98f71e28443c04ae3284a4e881196d4e241e2 -- You are receiving this mail because: You are watching all bug changes.