Hi all Clewn and vimGdb 1.9 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: The 'restart' command allows to fork from clewn a fresh instance of gdb while retaining the existing netbeans connection to vim. Configuring the mapping of a vim key to a gdb command with clewn is much simpler. Only one entry in the .clewn_keys file is needed now. This requires vim 7.0 or above. New command line arguments for clewn: -vc gvim_cmd - gvim shell command or pathname to gvim -va gvim_args - gvim command line arguments -gc gdb_cmd - gdb shell command or pathname to gdb -ga gdb_args - gdb command line arguments Changes: When clewn exits, a 'saveAndExit' netbeans command is sent to vim. This command performs the equivalent of closing vim with ":confirm qall". When doing remote debugging with clewn, the parameter of the '-x' command line argument, lists the pathname substitutions to be applied from target to host and vice-versa. Bug fixes: Fix regression in level 2 mode with gdb 5.3, the breakpoints signs cannot be set in vim. Fix completion in the gdb console after having sourced the mswin.vim macro. Fix getting "Command terminated" for programs started by VIM, instead of the shell exit status. Xavier -- http://clewn.sourceforge.net gdb support in Vim