codelldb
codelldb copied to clipboard
A native debugger extension for VSCode based on LLDB
OS: WSL 2 - Ubuntu 22.04 VSCode version: 1.93.1 CodeLLDB version: 1.10.1 Compiler: rustc Debuggee: x86_64-linux-gnu While debugging, I ran into the issue that I cannot see the values of...
when creating multiple devcontainers with the same config in different repos, the codellb package is re-downloaded upon every dev container creation. To save time and mobile data budget, once the...
OS: Debian 12 VSCode version: 1.93.1 CodeLLDB version: 1.10.0 Compiler: 1.81.0 Debuggee: Test binary SourceMap is not respected in launch.json while debugging test binaries built from cargo params in launch.json...
OS: MacOS 14.6 VSCode version: NVIM, actually CodeLLDB version: 1.10.0 Compiler: swiftc Debuggee: LLDB I'm currently facing an error of `no available capacity`. I've tried to download again the codelldb...
I add the path to my config.toml file (which is [Rust's standard](https://doc.rust-lang.org/cargo/reference/config.html) for configuration files) in a launch.json configuration's envFile parameter: `"envFile": "${workspaceFolder}/.cargo/config.toml",` But when I execute the debugger it...
OS: **Windows 11 Version 23H2 (OS Build 22631.4037)** VSCode version: **1.92.2 (user setup)** CodeLLDB version: **1.10.1** Compiler: **Ubuntu clang version 16.0.0 (1~exp5ubuntu3)** Debuggee: **x86_64-windows-msvc** My `launch.json` is as follows. ```json...