Skip to content

8thMage/codelldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Debugging on Linux (x64 or ARM), macOS and Windows*,
  • Conditional breakpoints, function breakpoints, data breakpoints, logpoints,
  • Launch debuggee in integrated or external terminal,
  • Disassembly view with instruction-level stepping,
  • Loaded modules view,
  • Python scripting,
  • HTML rendering for advanced visualizations,
  • Rust language support with built-in visualizars for vectors, strings and other standard types,
  • Global and workspace defaults for launch configurations,
  • Remote debugging,
  • Reverse debugging (experimental, requires compatible backend).

* DWARF debug info format recommended, limited support for MS PDB.

For full details please see the User's Manual.

Minimal System Requirements

  • 64-bit OS
    • Linux: glibc 2.18 (Debian 8, Ubuntu 14.04, Centos 8)
    • Mac: OS X 10.10 Yosemite
    • Windows: 10.0
  • 64-bit Python 3.5 (optional, except on Windows).

Quick Start

Here's a minimal debug configuration to get you started:

{
    "name": "Launch",
    "type": "lldb",
    "request": "launch",
    "program": "${workspaceFolder}/<my program>",
    "args": ["-arg1", "-arg2"],
}

Links

Screenshots

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

Rust debugging:
source

Releases

No releases published

Packages

No packages published

Languages

  • Rust 63.1%
  • TypeScript 22.3%
  • Python 9.6%
  • CMake 3.2%
  • C++ 1.5%
  • JavaScript 0.2%
  • Other 0.1%