Hi all

Clewn and vimGdb 1.8 have been released.

The clewn project implements full gdb support in the vim editor:
breakpoints, watch variables, gdb command completion, assembly
windows, etc.

You can get clewn and vimGdb from <http://clewn.sourceforge.net>.


New features:

vimGdb is ported to Vim 7.0.

clewn: when $cdir (for compilation directory) is present in the
'directory' gdb variable, clewn locates the source file by using the
debugging information stored in the program that is being debugged.

vimGdb: the position of the gdb window on the screen is setup
according to the values of the Vim options 'splitbelow' and
'splitright'


Bug fixes:

Fixed parsing of a long gdb 'directory' list.

Fixed browsing the gdb frame stack after an assertion failure, when
assembly support is enabled.

Fixed out of sync frame stack after printing an expression that causes
the evaluation of one of the debugged program functions.


Xavier

--
http://clewn.sourceforge.net           gdb support in Vim

Reply via email to