Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 606 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 606 Bytes

gdb-view.vim: Quick and dirty mechanism for opening a focused gdb view

Author: Andres Rodriguez

Installation

Similar instructions should also work for other plugin managers.

Instructions

Focus on the file you wish to debug. Then call

:GdbViewOpen

When done debugging call:

:GdbViewClose

You can also use the following to toggle the status:

:GdbViewToggle

Mappings

You might want to create some shortcuts:

map <leader>d :GdbViewToggle()<CR>