lldbvim : Set and delete lldb breakpoints
script karma |
Rating 8/2,
Downloaded by 166 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
|
|
script type |
utility |
|
description |
With vim 8.1+ and neovim 0.3.6+, you can use this plugin to toggle (set or delete) an lldb breakpoint for the current line from within vim. https://github.com/sideshowbarker/lldbvim
Note: This is a fork of https://github.com/epheien/termdbg, with changes that limit it to lldb only.
Usage:
:Lldb
…then:
:LToggleBreakpoint – toggle (set or delete) breakpoint at current line
:LDeleteAllBreakpoints – delete all breakpoints |
|
install details |
For manual installation:
mkdir -p ~/.vim/pack/lldbvim/start
cd ~/.vim/pack/lldbvim/start
git clone git@github.com:sideshowbarker/lldbvim.git
For vim-plug:
Plug 'sideshowbarker/lldbvim' |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.173
|