Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upDoes this work with Rust? #64
Comments
This comment has been minimized.
This comment has been minimized.
|
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 |
This comment has been minimized.
This comment has been minimized.
|
I had a look at the rust lldb setup script. LLDB is called with the
Currently, this is not supported by |
This comment has been minimized.
This comment has been minimized.
|
Where is the wrapper? It doesn't look like it's part of this project. |
This comment has been minimized.
This comment has been minimized.
|
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. |
This comment has been minimized.
This comment has been minimized.
|
Curses, GitHub's search capabilities have failed me! Sorry for the dumb question. |
This comment has been minimized.
This comment has been minimized.
|
OK, I tested that script, and It looks like the script mainly has to do with formatting, and since |
BatmanAoD commentedJun 25, 2018
•
edited
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-lldbscript 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.)