Popularity
8.2
Growing
Activity
7.3
-
2,293
30
225

Code Quality Rank: L4
Programming language: Rust
License: MIT License
Tags: Development Tools     Debugging     LLDB    
Latest version: v1.8.1

CodeLLDB alternatives and similar packages

Based on the "LLDB" category.
Alternatively, view CodeLLDB alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CodeLLDB or a related project?

Add another 'LLDB' Package

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,
  • 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](MANUAL.md).

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 for x86_64.

Target

CodeLLDB supports AArch64, ARM, AVR, MSP430, RISCV, X86 architectures and may be used to debug on embedded platforms via [remote debugging](MANUAL.md#remote-debugging).

More information

Screenshots

C++ debugging with data visualization (Howto): [source](images/plotting.png) Rust debugging: [source](images/source.png)