Closed laudanum123 closed 1 year ago
I was able to solve this issue by using the command: python -m pydebug --listen 0.0.0.0:5678 --wait-for-client app.py in the docker container and then connecting from my local system using nvim-dap. Before I was trying to get the more general command working, which allows to connect pydebug to a specific python process which is already running in the container.
Hi, I am trying to attach to a running docker session. I manage to attach to the docker container using DapContinue but it tells me:
Breakpoint in file that does not exist
my dap.lua looks like this
I think it is something to with the pathes within the docker container and my local directory but I just cannot get it to work :-( the file I am trying to access is in /server in my local dir while it is in /backend in the docker. This is the logile for a attempt: