Replies: 1 comment 4 replies
-
Do you see See https://github.com/mfussenegger/nvim-dap/wiki/Troubleshooting |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have started using Neovim now, and I really have some troubles with my Neovim configuration, specifically nvim-dap itself. I have tried to configure it to work for my Rust workflow and it just doesn't work for me then.
My configuration
It looks like it should work for me. And indeed, it works just fine until I open a
:DapToggleBreakpoint
command to specify a breakpoint, make a new session with:DapContinue
. As you expected, it will show the dialog to let me input my executable file. So I did that, and instead of letting me step manually through the program to debug, it just runs the executable file and ends the session.Note that I haven't touched the rustaceanvim plugin to configure my dap yet, I just installed and configured default stuff to let my lsp working.
Please let me know if you have any ideas
Beta Was this translation helpful? Give feedback.
All reactions