vim gdb 调试

github page

Install

1. Gdbmgr does not require perl, python, or any other external scripting support. 
2. it does need to have forkpty() support compiled in;
:help gdbmgr-install
:help gdbmgr-tutorial

Run

  1. some commad mode commads:
:DI programname...starts up gdbgmr with the given programname
:DR [args]..............runs the program (with optional arguments)
:DQ........................quit gdbmgr
发布了174 篇原创文章 · 获赞 28 · 访问量 12万+

猜你喜欢

转载自blog.csdn.net/u010563350/article/details/104433477