1 KDbg Release Notes for version 2.2.0
2 ====================================
4 The 2.2.x series is still based on Qt 3 and KDE 3.
11 - Source code windows have now a tab attached, which makes switching
12 source files much easier.
14 - Source code windows now show line numbers at the left.
16 - There are now "Find Next" and "Find Previous" commands with shortcuts
19 - Improved support of template types in the type tables (which are used
20 to show structure members next to a structure variable). Notably, the
21 number of elements in STL and Qt collection classes are shown.
23 - Arguments for the debugged program can be passed on KDbg's command line.
27 - An incorrect terminal command string setting could crash KDbg if it
28 contained format specifiers other than exactly one '%s'.
30 - The format specifier in the memory dump window was not correctly
31 preserved when the expression is changed.
33 - Setting a conditional breakpoint could crash KDbg.
35 - Using Attach on systems that use the simplified Attach to Process dialog