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

It would be nice to have the variables automatically sorted alphabetically during a debug session. This is difficult to navigate when there are tens or hundreds of variables: ![Screenshot from...

enhancement

It would be very useful for embedded debugging to view/edit registers of peripherals. This feature is available in the CDT plugin for Eclipse and also the Cortex-Debug plugin for vscode....

enhancement

OS: Microsoft Windows Version 2004 (OS Build 19041.685) VSCode version: Visual Studio Code Version 1.52.1 (system setup) Extension version: v1.6.0 Compiler: rustc 1.50.0-nightly (b32e6e6ac 2020-12-16) Build target: x86_64-pc-windows-msvc When debugging...

help wanted
waiting for info

### Discussed in https://github.com/vadimcn/vscode-lldb/discussions/668 Originally posted by **adam-fowler** March 15, 2022 Is there a setting to pass a `--arch` parameter to the invocation of lldb?

cause:Unclear

OS: Ubuntu 20.04.2 LTS VSCode version: 1.65.0 CodeLLDB version: v1.7.0 Compiler: clang-10 Debug console gets stuck Debug Console: ![image](https://user-images.githubusercontent.com/11936386/158710013-a9928a33-b05d-4df5-a84e-bbea07f24276.png) ``` [2022-03-16T23:39:05.855Z DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"p *d","frameId":1006,"context":"repl"},"type":"request","seq":61} [2022-03-16T23:40:34.995Z DEBUG codelldb::dap_codec] -->...

cause:LLDB

OS: Windows 11 22000.556 VSCode version: v1.65.2 CodeLLDB version: < v1.7.0 Compiler: rustc 1.61.0-nightly Debuggee: executable with Tokio threading Arch info: x86_64-windows-msvc The problem occurs when debugging stuff that has...

platform:windows-msvc
area:Crash

OS: macOS Catalina 10.15.3 VSCode version: 1.43.1 Extension version: 1.5.0 Toolchain version: clang 11.0.0 Build target: Python version: 3.7.4 Debugger crashes when inspecting a value with this error: Debug log...

cause:LLDB
area:Crash

OS: MacOS 10.14.6 VSCode version: Version: 1.56.2 Commit: 054a9295330880ed74ceaedda236253b4f39a335 Date: 2021-05-12T17:44:30.902Z (3 wks ago) Electron: 12.0.4 Chrome: 89.0.4389.114 Node.js: 14.16.0 V8: 8.9.255.24-electron.0 Extension version: 1.6.4 Compiler: Rust nighly Build target:...

waiting for info
area:Breakpoints

OS: linux dev-vmu 5.11.0-38-generic #42~20.04.1-Ubuntu SMP Tue Sep 28 20:41:07 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux | VSCode version: 1.61.2 6cba118ac49a1b88332f312a8f67186f7f3c1643 x64 CodeLLDB version: version > 1.6.3 (version < 1.6.2...

waiting for info
cause:Unclear

When executing code open-url using vs-code remote containers (https://code.visualstudio.com/docs/remote/containers) to communicate with the debugging extension I get the foillowing error: ``` $ code --open-url Ignoring option open-url: not supported for...

cause:VSCode