codelldb icon indicating copy to clipboard operation
codelldb copied to clipboard

A native debugger extension for VSCode based on LLDB

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

When starting a CodeLLDB Attach Debug session, it would be cool to be able to see the complete name of the process to pickup, like cppvsdbg (MSVC) offers in VSCode....

enhancement

OS: Debian 13 "trixie" VSCode version: 1.106.3 CodeLLDB version: 1.12.0 Compiler: Clang 19 (19.1.7-3+b1) Debuggee: C++ Application Core Dump (x86_64-linux-gnu) I can no longer open a core dump after upgrading...

VSCode version: Version: 1.106.3 (system setup) Commit: bf9252a2fb45be6893dd8870c0bf37e2e1766d61 Date: 2025-11-25T22:28:18.024Z Electron: 37.7.0 ElectronBuildId: 12781156 Chromium: 138.0.7204.251 Node.js: 22.20.0 V8: 13.8.258.32-electron.0 OS: Windows_NT x64 10.0.19045 CodeLLDB version: 1.12.0 Compiler: gcc 13...

OS: Debian 11 VSCode version: 1.106.3 (Universal) CodeLLDB version: 1.12.0 Compiler: rustc 1.90.0 (1159e78c4 2025-09-14) Debuggee: aarch64-linux-gnu When trying to install the extension automatically, the installation fails and VS Code...

> Yes, sorry for no OS specified. > > As for the reproduction I'll try someday to install a fresh vscode without any unnecessary extensions. > > I did notice...

OS: Ubuntu 24.04.3 LTS from dockerhub VSCode version: 1.106.1 CodeLLDB version: 1.11.8 Compiler: Ubuntu clang version 21.1.6 from llvm apt repository Debuggee: c++ with debug symbols Up until this morning,...

OS: Ubuntu 24.04 VSCode version: 1.106.2 CodeLLDB version: 1.11.8 Compiler: rustc 1.91.1 (ed61e7d7e 2025-11-07) Debuggee: rust application Description: CodeLLDB crashes with SIGSEGV when stepping through code that loads an EmbeddingModel...

cause:LLDB
area:Crash

In Visual Studio cpp debugger, freeze and thaw threads are important for debugging complex multi-thread programs. In lldb, there are `lldb.SBThread.Suspend()` and `lldb.SBThread.Resume()`, which may deal the same way as...

enhancement

OS: Ubuntu Server 24.04 VSCode version: 1.105.1 CodeLLDB version: 1.11.8 Compiler: clang++-18/lld++-18 Debuggee: Elf64/x86_64-linux-gnu exec Reproduction steps: 1. Make a simple cpp program that makes a std::array. 2. Add a...