I know that VSCode has a plugin for debugging Rust using LLVM. Unfortunately, it's a little tricky to set up. Anyone know of any others?
One other issue with it is that I'm using it with a Iron based server.. and it's having issues with the threads. I don't have it in front of me at the moment but it was giving me an error about not being able to debug within pthreads. Any ideas for alternative debuggers that would be better in that regard?
I'll see if I can find it.. problem is I'm currently in the middle of making big changes to the code (upgrading depencies.. which broke everything)
But trying to help others set up the debugger.
Appreciate it though. Maybe after I work with them tomorrow to try to get it working I'll post back here with more specifics. Thanks. Just wanted to know if there are alternatives if we encounter those errors again.
Is lldb on the PATH? If you are on Linux it might be called something like lldb-4.0, in which case you'll need to configure the name of the executable ("lldb.executable" - in workspace settings).
I did this step..("lldb.executable" - in workspace settings).
i have lldb version 3.9.1.1
Debug adapter process has terminated unexpectedly
and bottom message coming "racer not found"
But i have Racer installed and path variable is set