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

OS: Windows 10 64-bit VSCode version: 1.62.3 (user setup) CodeLLDB version: v1.6.10 Compiler: Android (7284624, based on r416183b) clang version 12.0.5 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee) Debuggee: ARMv8 (64-bit) -O0 -g I am...

cause:LLDB

OS: Microsoft Windows [Version 10.0.18363.1016] (x64) VSCode version: Version: 1.47.3 (system setup) Commit: 91899dcef7b8110878ea59626991a18c8a6a1b3e Date: 2020-07-23T13:12:49.994Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363 Extension version:...

cause:Unclear

OS: FreeBSD 12 VSCode version: 1.41 Extension version: N/A Python version: 3.7.6 LLDB version: 8.0.1, up to 10 RC1 supported in packages LLDB is the system debugger for FreeBSD and...

enhancement

OS: MacOS 11.6 VSCode version: 1.62.3 CodeLLDB version: v1.6.10 Compiler: android-ndk / clang / armeabi-v7a / SystemVersion22 Debuggee: an android native library So I believe I actually solved the problem...

cause:CodeLLDB

Also came up here before: https://github.com/vadimcn/vscode-lldb/issues/177#issuecomment-620854665

enhancement

While the first 3 patchelf command makes the binary "start", it immediately quits with error regarding libz. I was able to get it to work after running those 3 commands,...

enhancement

I'm using macOS 12 Monterey and g++-11 installed by homebrew with latest VScode and CodeLLDB, the STL output is messy: ![Xnip2021-11-16_05-25-06](https://user-images.githubusercontent.com/39088437/141856027-7c721c79-1c94-4fbb-8e9c-e252583fbce6.jpg) And when I use Windows 11 and gcc/gdb with...

enhancement
cause:Other

I found the option "dereferencePointers" but it didn't have any effect for C++ where a `char*` was still just displayed as the actual string. It would be great if optionally...

enhancement

From what I can see, vscode-lldb doesn't support the `RestartRequest` in the Debugger Adapter Protocol. My assumption then is that hitting the restart button in VSCode falls back to the...

enhancement