why my setting of nvim-dap not working, show the error: E5108: Error executing lua ...hen/.c onfig/nvim/pack/plugins/start/nvim-dap/lua/dap.lua:519: ...fig/nvim/pack/plugins/start/nvim-dap/lua/dap/s ession.lua:1415: Error running ~/.local/share/nvim/mason/bin/OpenDebugAD7: ENOENT: no such file or directory
#1021
Unanswered
EdwardWong1994
asked this question in
Q&A
Replies: 1 comment
-
You probably need the absolute path to OpenDebugAD7, just expand the ‘~’ in the command field. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, appreciate for any help for me. I have been setting this for a couple of hours but still can not make it work. I am setting nvim-dap in my mac.
I first install
cpptools
in mason, then setting my configuration file like this:I can successufllly toggle breakpoints but i tried to run, it will give me following errors:
I am quite struggled for configure debugging in neovim, and do not know what's going on?
Beta Was this translation helpful? Give feedback.
All reactions