[Cgdb-announce] CGDB 0.6.2 released
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2006-04-10 02:36:03
|
CGDB 0.6.2 Released ------------------- Downloading: Go to http://cgdb.sourceforge.net/download.shtml for download link and instructions. This new version contains the following changes: * CGDB should run on solaris 2.5 again. I don't think it would since CGDB .6.0. * Fixed a bug in the configure script that was probably added in .6.0 when the large readline integration was done. It was possible for readline to choose the wrong termcap library, because of a bad autoconf macro that CGDB was using. This could potentially cause the screen to get corrupted. * Fixed a bug in the syntax highlighter for C strings. A line like char *s = "\""; would cause the highlighter to break and most of the file after that would be displayed in red (string literal color). * The message 'CGDB had unexpected results, ...' will no longer be displayed when CGDB can not parse a breakpoint. This message was being displayed when a watchpoint was issued by the user. It does not fix any bugs though, just stops the message from being displayed. Enjoy, The CGDB Team |