Other rust: Getting vscode or jucipp to support debugging of rust

I can be happy with either working.

First problem I see is the following error from rustup:

Code:
$ rustup component add rust-analyzer
error: toolchain 'stable-x86_64-unknown-freebsd' does not contain component 'rust-analyzer' for target 'x86_64-unknown-freebsd'; did you mean 'rust-analysis'?

On the vscode side, I have not found a working extension that runs on FreeBSD for lldb.

Likewise on jucipp, attempts to debug rust in jucipp ignores breakpoints.

If anyone know how to get either working - on FreeBSD for rust - please share.

I can do this dev work on those other platforms - but that's the same as failing.
 
Here's a consolation prize that I may adopt as a work-around.

For vscode, from the terminal window, I can run lldb directly, set breakpoints, and run, step through the code inside the terminal window - with source. It's a little clunky but not so bad.
 
Back
Top