Skip to content

colejhudson/codelldb

This branch is up to date with vadimcn/codelldb:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 17, 2025
e5aef55 · Feb 17, 2025
Jul 8, 2022
Jan 13, 2025
Oct 25, 2024
Feb 17, 2025
Jan 28, 2025
Nov 4, 2024
Feb 17, 2025
Sep 7, 2021
Jan 28, 2025
Jan 28, 2025
Sep 21, 2016
Feb 17, 2025
Apr 30, 2023
Jan 20, 2025
Sep 9, 2023
Jan 28, 2025
Feb 17, 2025
Feb 17, 2025
Jan 28, 2025
Oct 5, 2024
Jan 11, 2016
Feb 17, 2025
Nov 4, 2024
Feb 17, 2025
Jan 28, 2025
Jan 28, 2025
Oct 4, 2021
Jan 28, 2025
Feb 17, 2025
Nov 19, 2020
Sep 28, 2022
Sep 9, 2023

Repository files navigation

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 X 10.10+ for x86_64 and 11.0+ for arm64.
  • Windows 10 and 11 for x86_64. 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

About

A native debugger extension for VSCode based on LLDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 66.7%
  • TypeScript 21.6%
  • Python 6.9%
  • CMake 3.1%
  • C++ 1.5%
  • JavaScript 0.2%