{"id":17177860,"url":"https://github.com/sideshowbarker/lldbvim","last_synced_at":"2026-01-28T01:34:42.235Z","repository":{"id":233486854,"uuid":"787291562","full_name":"sideshowbarker/lldbvim","owner":"sideshowbarker","description":"🐛 A vim plugin you can use for setting and deleting lldb breakpoints","archived":false,"fork":false,"pushed_at":"2024-04-21T02:33:03.000Z","size":608,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T13:36:06.022Z","etag":null,"topics":["debugger","debugging","ide","lldb","neovim","neovim-plugin","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sideshowbarker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-16T08:47:33.000Z","updated_at":"2025-04-14T17:56:20.000Z","dependencies_parsed_at":"2024-04-21T03:32:11.987Z","dependency_job_id":null,"html_url":"https://github.com/sideshowbarker/lldbvim","commit_stats":null,"previous_names":["sideshowbarker/lldb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sideshowbarker/lldbvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Flldbvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Flldbvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Flldbvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Flldbvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sideshowbarker","download_url":"https://codeload.github.com/sideshowbarker/lldbvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Flldbvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugger","debugging","ide","lldb","neovim","neovim-plugin","vim","vim-plugin"],"created_at":"2024-10-15T00:05:19.598Z","updated_at":"2026-01-28T01:34:42.220Z","avatar_url":"https://github.com/sideshowbarker.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a plugin for vim 8.1+ and neovim 0.3.6+ that you can use to toggle\n(set or delete) an `lldb` breakpoint for the current line from within vim.\n\n\u003e _**Note:** This is a fork of https://github.com/epheien/termdbg, with changes\n\u003e that limit it to `lldb` only_.\n\n-------------------------------------------------------------------------------\n\n### Install\n\nRequirements: vim 8.1+ (`+terminal`) or neovim 0.3.6+.\n\nFor manual installation:\n\n```bash\nmkdir -p ~/.vim/pack/lldbvim/start\ncd ~/.vim/pack/lldbvim/start\ngit clone git@github.com:sideshowbarker/lldbvim.git\n```\n\nFor [vim-plug](https://github.com/junegunn/vim-plug):\n\n```\nPlug 'sideshowbarker/lldbvim'\n```\n\n-------------------------------------------------------------------------------\n\n### Usage\n\n```\n:Lldb\n```\n\n-------------------------------------------------------------------------------\n\n### Commands\n\n- `:LToggleBreakpoint` – toggle (set or delete) breakpoint at current line\n- `:LDeleteAllBreakpoints` – delete all breakpoints\n\n-------------------------------------------------------------------------------\n\n### Options\n\n```viml\n\" 'lldb_program' is set by default to either 'lldb' or (depending on filetype)\n\" 'rust-lldb'. To use some lldb program other than those, change the value.\nlet g:lldb_program = 'some-other-lldb-that-you-use'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsideshowbarker%2Flldbvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsideshowbarker%2Flldbvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsideshowbarker%2Flldbvim/lists"}