You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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