-
Hi, from the documentation I understood that if there was a DAP installed, rustaceanvim would pick it up automatically. Unfortunately i don't seem to see this happen. When i try to issue the command This is my
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey 👋 This plugin uses rust-analyzer to pick up debug configurations. If it doesn't enter a debug session, that means rust-analyzer wasn't able to find any debuggable applications. |
Beta Was this translation helpful? Give feedback.
Yes. You can enable it by setting
vim.g.rustaceanvim.dap.autoload_configurations
totrue
.It is enabled by default for neovim >= 0.10 (nightly).
In neovim 0.9, it may block the UI while compiling the debug build.