首页 > 代码库 > vimgdb安装以及使用

vimgdb安装以及使用

vimgdb安装

vim-7.3.tar.bz2http://www.vim.org/sources.php
vimgdb-for-vim7.3 (this patch) https://github.com/larrupingpig/vimgdb-for-vim7.3

Untar all files, apply the patch and make Vim:tar xjvf vim-7.3.tar.bz2 -C /tmptar xzvf vimgdb-for-vim7.3.tar.gz -C /tmpcd /tmppatch -p0 < vimgdb-for-vim7.3/vim73.patchcd vim73/srcmakesudo make install

vimgdb使用

1、run macros/gdb_mappings.vim2、按键F7开启映射键对应关系3、按空格开启gdb调试功能file ./libexec/mysqld4、使用file调入需要调试的文件5、加一个断点6、开启运行第一步:ctrl+w热键第二步:shift+l

http://www.cnblogs.com/ifys/archive/2010/10/24/1860610.html

http://www.cppblog.com/zjy17243/articles/154994.html

http://www.vimer.cn/category/vim/page/8