DAP config not working #293
Unanswered
emersonfbarros
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey 👋 you shouldn't need to configure anything here. If you have mason.nvim configured to make sure codelldb is installed, rustaceanvim will pick it up automatically. For troubleshooting, see the section in the readme. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I put the configuration code on a file that will be loaded before the rustceanvim plugin, as README instructs to do, but when a I start dap it shows the message that isn't found a dap config for rust. I already tried to put that in the config and init field on rustceanvim table in lazy config, but also not work. what can I do to get that codelldb with nvim-dap working correctly?
Beta Was this translation helpful? Give feedback.
All reactions