Skip to content

A quick and dirty helper to open a file in a debug view

License

Notifications You must be signed in to change notification settings

lostgoat/vim-gdb-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

A quick and dirty helper to open a file in a debug view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published