Replies: 1 comment
-
|
Same issues. Basically does not work and gives all kinds of issues then at some point starts sorta working but it takes forever for the debug variables to populate and sometimes takes stepping through code(which sometimes doesn't work). Seems like it's something to do with the etension. Internal debugger error: Invalid thread_id., Resume request failed - process still running., Not available while the process is running., println!("{:?}", args); Sometimes the locals show things like [raw] = and other times it just spins, and other times other info and sometimes it will show the actual locals. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am unable to debug unit tests in VS Code when clicking on the 'Debug Unit Tests' item in VS Code.
I am using Code-LLDB, have the full LLDB toolchain installed via rustup, have tried both stable and nightly, and numerous debugging configurations. All Rust LLDB, and LLDB features are installed. It's Ubuntu 24.04. I have also made environment variables explicit.
The following error comes up in VS Code, suggesting that the tool is not finding the Rust instance.
Has anyone encountered this, and is a fix available? I noticed there was a github issue about it in this repo but it was windows specific, and closed as a 'toolchain' issue, but this doesn't make much sense for my case, as the toolchain is clean, unless there is some abnormal way to install things.
If anyone has any insights, would be greatly appreciated.
Thanks
l
Console is in 'commands' mode, prefix expressions with '?'. Loading Rust
formatters from /home/pbow/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/etc Launching: /home/pbow/dev/pr/spacecell/server/app/src/rust/target/debug/deps/spacecell_lib_object-a6d2e848dbcbe754 traits::object::tests::test_object_with_name_generate_name --exact --show-output Launched process 469762 warning: This version of LLDB has no plugin for the language "rust".
Beta Was this translation helpful? Give feedback.
All reactions