codelldb
codelldb copied to clipboard
A native debugger extension for VSCode based on LLDB
OS: Linux Mint 20.1 Ulyssa VSCode version: 1.58.2 CodeLLDB version: v1.7.0 Compiler: rustc 1.61.0 Debuggee: binary target generated by cargo new project_name Debugger in watch and locals show on a...
LLDB is available Windows for ARM64 via [msys2](https://packages.msys2.org/package/mingw-w64-clang-aarch64-lldb?repo=clangarm64) but vscode-lldb is not supported on this platform. Is there any plan to add support for this platform?
OS: AOSC OS (Linux 5.17) and Arch Linux (5.16.14) x86-64 VSCode version: 1.65.1 CodeLLDB version: 1.7.0 Compiler: gcc Debuggee: gdbserver I tried to use codelldb to connect to the gdbserver...
When running integration tests on a rust exe, the tests will invoke separate processes to start the executable. This is good because it's testing the external interface, but it really...
OS: ubuntu 20.04 VSCode version: 1.63.0-insider CodeLLDB version: v1.7.0 Compiler: android-ndk-r21e Debuggee: android arm64 The problem: In VSCode's CodeLLDB debug prompt, the command `register read x0` gives no result, which...
OS: Windows 11 VSCode version: 1.61.2 CodeLLDB version: 1.6.8 Compiler: Swift 5.5 I am unable to debug any Swift applications on Windows. I keep getting the following error after my...
I'm trying to figure out the root cause of issue #698 I'm struggling getting the extension to launch and put in breakpoints on it. Is there a more up-to-date walkthrough...
Trying to debug some async rust code. ```rust #[tokio::test] async fn test_async_binary_semaphone() { let s = tokio::sync::Semaphore::new(1); // add a breakpoint, at this line println!("{:?}", s.available_permits()); let sp = s.acquire().await.unwrap();...
OS: macOS 12.2.1 VSCode version: 1.65.2 CodeLLDB version: 1.7.0 LLDB version: 10.0.0 Compiler: clang-14 Debuggee: ROS2 program running in remote devcontainer Launching lldb-server with `lldb-server platform --listen "*:3000" --server` in...
OS: `macOS 12.2.1` `DietPi 8.2.2 (Debian 11 5.10.0-13-amd64) (remote)` VSCode version: `1.65.2` CodeLLDB version: `1.7.0` Compiler: `rustc 1.59.0` Debuggee: `x86_64-unknown-linux-gnu` When remote debugging, it doesn't copy the binary over to...