this post was submitted on 25 Dec 2023
15 points (100.0% liked)
Neovim
2159 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
hmm have you tried to restart your shell after installing debugpy?
if running
lua= vim.fn.exepath('debugpy-adapter')
from nvim command mode doesn't return the path, something prob went wrong with your debugpy install, as neovim can't see the adapter. maybe try reinstalling debugpy from mason, quit nvim and reopen it in a new shell and see if can detect it.Thanks! Working nicely now