lldebugger not found #1461
-
I've read this and the setup guide here on how to setup lua debugging in neovim (for my own neovim plugins). However I'm stuck, yet I can clearly pinpoint what the problem is. However I don't know how to solve it. So my nvim-dap setup looks like this:
I've installed nlua (via luarocks) and hooked it up to /usr/bin via symlink ( However, the issue is that apparently lldebugger can't be found. Of course I cloned [local-lua-debugger-vscode] (https://github.com/tomblind/local-lua-debugger-vscode#busted) which contains the respective Funny enough the setup guide even mentions that if From the dap.log from
However when I launch nlua manually from the
My problem really just seems to be that the NOTE: The debugger works corectly if I start nvim with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I found the issue. Don't name your interpreter nlua.lua. I followed the official guide here and also set the extensionPath to the official settings of |
Beta Was this translation helpful? Give feedback.
I think I found the issue. Don't name your interpreter nlua.lua. I followed the official guide here and also set the extensionPath to the official settings of
/home/user/dev2/local-lua-debugger-vscode/
(no /debugger at the end). These two changes made it work now.