An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
GNU General Public License v3.0
571
stars
51
forks
source link
Setup with lazyvim (incl django launcher) #105
Closed
pirm-in closed 1 year ago
Hello there! I'm fairly new to neovim. I am using lazyvim, and i have configuration for nvim-dap-python like this
Now this worked until recently. I am not quite sure what exactly changed, but i am now getting an error message.
Not sure if this is a plain lazy issue, but since there is already #97 i figured it might be good to find a working solution here.
edit: the above is working. i forgot that i had removed debugpy. After installing it, it works again.