Skip to content

skanehira/denops-delve.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

denops-delve.vim - UNDER DEVELOPMENT

Vim/Neovim plugin for delve

Usage

Command Description
:DlvStart Start delve server
:DlvBreakpoint Sets a breakpoint to current line
:DlvBreakpointClear Clear a breakpoint at current line
:DlvStop Stop delve
:DlvContinue Run until breakpoint or program termination
:DlvNext Step over to next source line
:DlvStep Single step through program
:DlvStepOut Step out of the current function
:DlvPrint Evaluate an expression
:DlvOpenLog Watch delve logging

Author

skanehira

About

Vim/Neovim plugin of delve that can debug Go programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages