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

Currently, `adapterEnv` can only be set in the VS Code settings. In my case, I need to set such an environment variable that is quite project specific and I'd like...

enhancement

This is how Microsoft's C++ extension shows segfaults: ![image](https://user-images.githubusercontent.com/530988/142189720-ae5fd04b-7a81-4c3c-a831-16b1d90e392b.png) This is how CodeLLDB shows it: ![image](https://user-images.githubusercontent.com/530988/142189837-5cfa43c3-9ee1-4777-9bd1-15f3159bc300.png) You can hover over "Paused on signal" and then see that it was a...

enhancement

Hello~ I'm using lldb to debug a binary running in qemu-kvm. Normal breakpoints however don't work in kvm, only hardware breakpoints do `breakpoint set -H `. I wanted to ask...

enhancement

In the context of Rust development, debugging unit tests happens in two steps: 1. Building unit tests via cargo, usually via `cargo test --no-run`. 2. Running built unit tests in...

enhancement

OS: macOS BigSur 11.6 VSCode version: September 2021 (version 1.61.2) CodeLLDB version: 1.6.8 Compiler: clang++/g++ System: Apple M1 The bug is related to queue size being shown as 1 even...

cause:Other

Hi, I'd like to use this package on Centos-7 for remote debugging. Alas, the libc available is 2.17. Could you provide a pre-compiled version that either supports a lower glibc...

enhancement

In the general Cpp-Extension there is a possiblity to configure a so called pipeTransport as part of a launch configuration. Over this way it is possible for example to pipe...

enhancement

OS: Windows 10.0.19041 Build 19041 VSCode version: 1.50.0 Extension version: 1.6.0 Toolchain version: Visual Studio Build Tools 2017 Release - amd64 Python version: 3.8.0 No program output is displayed in...

cause:CodeLLDB

When the debug adapter is launched externally with `--multi-session`, and `debugServer` points to that adapter, I've noticed significantly faster launch/attach times. One of my process takes ~50 seconds to attach,...

enhancement
help wanted