vadimcn
codelldb
Rust

A VSCode debugger extension for native code, powered by LLDB.

Last updated Jul 7, 2026
3.3k
Stars
304
Forks
165
Issues
+11
Stars/day
Attention Score
90
Language breakdown
Rust 64.7%
TypeScript 23.3%
Python 7.1%
CMake 3.3%
C++ 1.4%
JavaScript 0.2%
โ–ธ Files click to expand
README

Features

  • Conditional breakpoints, function breakpoints, logpoints,
  • Hardware data access breakpoints (watchpoints),
  • Launch debuggee in integrated or external terminal,
  • Disassembly view with instruction-level stepping,
  • Step Into Targets.
  • Caller exclusion for breakpoints.
  • Memory view.
  • Loaded modules view,
  • Python scripting,
  • HTML rendering for advanced visualizations,
  • Workspace-level defaults for launch configurations,
  • Remote debugging,
  • Reverse debugging (experimental, requires a compatible backend).
For full details please see User's Manual.

Languages

The primary focus of this project are the C++ and Rust languages, for which CodeLLDB includes built-in visualizers for vectors, strings, maps, and other standard library types.
That said, it is usable with most other compiled languages whose compiler generates compatible debugging information, such as Ada, Fortran, Kotlin Native, Nim, Objective-C, Pascal, Swift and Zig.

Supported Platforms

Host

  • Linux with glibc 2.18+ for x86_64, aarch64 or armhf.
  • MacOS 10.12+ for x86_64 and 11.0+ for arm64.
  • Windows 10 and 11 for x8664. See Windows notes in wiki!

Target

CodeLLDB supports AArch64, ARM, AVR, MSP430, RISCV, X86 architectures and may be used to debug on embedded platforms via remote debugging.

More information

Screenshots

C++ debugging with data visualization (Howto):
source

Rust debugging:
source

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท vadimcn/codelldb ยท Updated daily from GitHub