codelldb icon indicating copy to clipboard operation
codelldb copied to clipboard

A native debugger extension for VSCode based on LLDB

Results 226 codelldb issues
Sort by recently updated
recently updated
newest added

On macOS, if the latest llvm 18.1.8 is installed from brew, the vscode's debugger can't stop at the line selected.

enhancement

Hi! First of all, thanks to all contributors for creating CodeLLDB. I use CodeLLDB (1.10.0) to debug Rust (1.79.0) in VSCode (1.85.1). Unfortunately, it's uninformative now: 1. [Bug] instead of...

enhancement

OS: Windows 10 VSCode version: 1.84.2 CodeLLDB version: 1.10.0 Compiler: Android (8490178, based on r450784d) clang version 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0cca074e9238af8b4106c30add4418f6) Debuggee: Android App's shared library (lib*.so). I'm remotely debugging an...

Hi, I posted in rust-analyzer repo an issue that occurs from v2029 and code LLDB: no breakpoints are respected, the code just flows when clicking the debug inlay button. The...

OS: Windows 10 Pro, Version 21H2 (Build 19044.1889) VSCode version: 1.60.0 CodeLLDB version: 1.10.0 Compiler: Clang 12.0.5 (from Android NDK r23) Debuggee: aarch64-linux-android (using DWARF debug info) ``` Fatal Python...

For example: ``` warning: (x86_64) /usr/lib64/libSDL2-2.0.so.0 Unable to initialize decompressor for section '.debug_abbrev': LLVM was not built with LLVM_ENABLE_ZSTD or did not find zstd at build time warning: (x86_64) /usr/lib64/libSDL2-2.0.so.0...

enhancement

RFC - Opening this to see if you're interested in the contribution. I'm working on [implementing data breakpoints in vimspector](https://github.com/puremourning/vimspector/pull/765), and as always it's much easier to hack codelldb than...

something changed recently, it used to work fine. now it just crashes immediately on startup. also, after it crashes the vscode debug UI continues to show that it's debugging, and...

## Context OS: Ubuntu 24.04.1 LTS noble VSCode version: ``` Version: 1.92.2 Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Linux x64 6.8.0-41-generic...

__OS:__ `macOS 14.6.1 (23G93)` __VSCode version: __ ``` Version: 1.92.2 (Universal) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z (2 wks ago) Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Darwin...