sponsor Vim development Vim logo Vim Book Ad

lldbvim : Set and delete lldb breakpoints

 script karma  Rating 8/2, Downloaded by 271  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'
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
lldbvim.zip 1.0 2024-05-07 8.1 Initial upload
ip used for rating: 216.73.216.103

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github