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 /tmp tar xzvf vimgdb-for-vim7.3.tar.gz -C /tmp cd /tmp patch -p0 < vimgdb-for-vim7.3/vim73.patch cd vim73/src make sudo make install
vimgdb使用
1、run macros/gdb_mappings.vim 2、按键F7开启映射键对应关系 3、按空格开启gdb调试功能 file ./libexec/mysqld 4、使用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
vimgdb安装以及使用
时间: 2024-11-05 20:41:33