KDbg 2.5.1.
[kdbg.git] / ReleaseNotes-2.5.1
blob9ed502587f579a2a24125c7c522b52985b8ec869
1 KDbg Release Notes for version 2.5.1
2 ====================================
4 Changes since 2.5.0
5 -------------------
7 Minor feature enhancements
9 - .hpp files undergo syntax highlighting.
11 - Keys j and k can be used to move the cursor position in the source code.
13 Bug fixes
15 - Cooperation with newer GDB (7.2 and 7.3) is improved:
17   . wchar_t strings as printed by GDB 7.2 are recognized;
18   . the thread list was missing with GDB 7.3;
19   . program exit was not detected (also GDB 7.3).
21 - Enum values in anonymous namespaces are now recognized.