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?