Does anyone know why the rust-lldb script uses --source-before-file specifically? Do the commands need to be sourced before loading the debugging executable?
…more generally, does anyone know of any existing Vim8 or NeoVim debuggers that work with Rust?
(I have asked this on IRC, Discord, and Zulip without getting a response, so I am hoping to have better luck here; in particular, I believe that either @michaelwoerister or @tromey should know enough to provide some insight.)
It’s quite a while since I wrote that script in 2014. I think --source-before_file was the least intrusive way of loading the Rust pretty printers. Does it cause problems for the vim debugger?