KDbg 2.5.4.
[kdbg.git] / ReleaseNotes-2.2.0
blobe89e211d2215bcceef309120e581b93966f69a48
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.
6 Changes since 2.1.1
7 -------------------
9 Features:
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
17   F3 and Shift+F3.
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.
25 Bug fixes
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
36   could crash KDbg.