Closed ANtlord closed 2 years ago
The endpoint of Rust Analyzer textDocument/hover returns commands to run the program. It doesn't work for debugging because we have to build and only then run the program within a debugger. The arguments are corrected to achieve that.
Rebased duplicate of https://github.com/simrat39/rust-tools.nvim/pull/226
Thanks for the PR!
The endpoint of Rust Analyzer textDocument/hover returns commands to run the program. It doesn't work for debugging because we have to build and only then run the program within a debugger. The arguments are corrected to achieve that.
Rebased duplicate of https://github.com/simrat39/rust-tools.nvim/pull/226