-
Notifications
You must be signed in to change notification settings - Fork 35
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
Does this work with Rust? #64
Comments
I just tried it on a Rust project with GDB and it just worked. As for LLDB, I had to run @IngoHeimbach - is it simple for users to use that script with your |
I had a look at the rust lldb setup script. LLDB is called with the
Currently, this is not supported by |
Where is the wrapper? It doesn't look like it's part of this project. |
The Python binding is part of LLDB, so it should already be installed on your system. The file lldb_wrapper.py in this project uses the LLDB Python binding to provide an interface which can be used easily by vim-vebugger. |
Curses, GitHub's search capabilities have failed me! Sorry for the dumb question. |
OK, I tested that script, and It looks like the script mainly has to do with formatting, and since |
The Rust language provides a script for setting up LLDB to debug Rust programs.
Do you expect this plugin to work out-of-the-box for Rust, and if not, do you have any idea how difficult it would be to make use of that
rust-lldb
script or merge the logic into the plugin itself?(Sorry for not just trying this out on my own machine; looks like it requires a bit too much setup for something I might not actually be able to use yet, and in any case I'm on Windows at the moment.)
The text was updated successfully, but these errors were encountered: