https://bugs.kde.org/show_bug.cgi?id=499752
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.2 Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/-/commit/cac633 | |0c8062930452b06b552474c8c76 | |b31caef Status|REPORTED |RESOLVED --- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit cac6330c8062930452b06b552474c8c76b31caef by Ralf Habacker. Committed on 10/02/2025 at 11:15. Pushed by habacker into branch 'master'. Add gdb pretty printer for MyMoneyMoney class With Windows/gdb, 'set auto-load safe-path /' must be used before starting an executable file to activate the loading of a pretty printer. Gdb pretty printers work in kdevelop and the gdb window in QtCreator with the 'p' command, but currently not in the symbol display due to a bug in the QtCreator gdb bridge (https://bugreports.qt.io/browse/QTCREATORBUG-32480). FIXED-IN:5.2 M +6 -0 kmymoney/mymoney/CMakeLists.txt A +28 -0 kmymoney/mymoney/kmm_mymoney-gdb.py https://invent.kde.org/office/kmymoney/-/commit/cac6330c8062930452b06b552474c8c76b31caef -- You are receiving this mail because: You are the assignee for the bug.