1 KDbg Release Notes for version 2.9.0
2 ====================================
9 - A brand new application icon.
11 - There is now a command to detach from a program being debugged.
12 Thanks to Daniel Black.
14 - Pointing on a variable shows a value in a popup in more cases.
15 Thanks to Max Tomilov.
17 - C++11 keywords are highlighted. Thanks to Michael Hansen.
21 - Line breaks of status bar messages produced by GDB are now trimmed
22 to avoid that the text is only visible partially. Fix by Gilles Allard.
24 - (Action and application) icons are installed in an application neutral
25 location because the launcher menu of modern KDE desktops does not show
28 - Fixed a typo in the pretty-printer of std::vector<>.