-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-lldb support, again #1191
Comments
rust-lldb is just a wrapper script that directs lldb to load data visualizers that come with Rust toolchain. |
The change log says otherwise:
Given this change, the |
I think you are misreading what the change log says. CodeLLDB's bundled liblldb used to have Rust-specific code, but now it's the same as stock LLDB. The results you get from CodeLLDB should be exactly the same as if you use rust-lldb.
A little bit more details would be nice. What is working in rust-lldb but doesn't in CodeLLDB? Please do check that your launch config includes |
Thank you for the explanation.
It's weird that specifying |
So are you actually seeing different behavior than that of rust-lldb? |
I don't know because it's difficult to compare behavior, because I cannot use |
I meant to try it using rust-lldb's CLI. |
Recently, Rust-specific support has been removed, making the debugging experience substantially more difficult. The issue #326 was previously closed because:
Given the change to that situation, is it possible to add support for using
rust-lldb
instead of thelldb
that ships with the extension?The text was updated successfully, but these errors were encountered: