mfussenegger / nvim-dap-python

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileNotFoundError - no such file or directory

black-eagle17 opened this issue · comments

Hello, I am trying to debug a python application. I am using nvim-dap-python as the configuration for nvim-dap however I am getting this error when I try to start the debugger as shown in the image below.

image

The project is running in a virtual environment.
There should be only one src directory in the path: '/home/deandre/dev/DataVerse/src/src/main.py'
Any help will be appreciated, thanks.

Are both nvim-dap and nvim-dap-python up2date?

There were some changes how ${file} gets expanded:

mfussenegger/nvim-dap#353
#28

Closing, I assume this is resolved