vadimcn/codelldb
A VSCode debugger extension for native code, powered by LLDB. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 35.0
- age_days: 3887
- days_rel: 10
- days_push: 10
- n_releases_24m: 13
Adoption not part of the score
3280 stars · 302 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CodeLLDB is a VSCode extension providing a native-code debugger powered by LLDB, with a Rust-based adapter. It supports C++, Rust, and other compiled languages with features like conditional breakpoints, watchpoints, disassembly stepping, memory views, Python scripting, and remote debugging for embedded targets.
Use cases
- debug c++ programs in vscode
- debug rust applications with lldb
- set conditional breakpoints and watchpoints in vscode
- step through disassembly at instruction level
- remotely debug embedded arm or riscv targets
- visualize std library types like vectors and maps while debugging
- debug zig or swift code in vscode
When to choose
- you debug C++, Rust, or other compiled languages in VS Code
- you need LLDB features like watchpoints, logpoints, or reverse debugging
- you debug embedded targets via remote debugging
- you want built-in visualizers for std library types
When to avoid
- you debug JavaScript, TypeScript, or Node.js (built-in VS Code support suffices)
- you prefer GDB-based debugging (use cpptools or other GDB extensions)
- you don't use VS Code
Facets
plugin · maturity active
testing developer-tools embedded developer-tools text-editors embedded-systems windows editor-plugin rust cpp vscode-extension lldb debugger native-code remote-debugging disassembly dap linux macos
3 sources
- readme: https://github.com/vadimcn/codelldb · fetched 2026-08-28 · f4e8cce5f6e4
- homepage: https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb · fetched 2026-08-29 · 042fdf3e1e7c
- site_page: https://code.visualstudio.com/docs/editor/debugging · fetched 2026-08-29 · 53078a54d406
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vadimcn/codelldb | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="vadimcn/codelldb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem