How to debug rust lib

How to debug library that is used in rust app? Ideally from VSCode with llvm-debug plugin.
Library is a rust crate.

Thank you

Try use vadimcn.vscode-lldb plugin and create a launch option from Cargo.toml. (The plugin can auto generate one)

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.