Debugging Django App in Docker Container
Answered
When debugging a Django App running in a Docker Container Pycharm always open my files into the remote sources and not from my local files

When putting a breakpoint on my files it does not seem to be working. I assume pycharm cannot map correctly my local files to the files inside the container. I'm not sure what is wrong with my setup.
Also, when starting the project I always see the message
"pydev debugger: warning: trying to add breakpoint to file that does not exist: //path-of-the-file"

Please sign in to leave a comment.
Is it possible to share your Dockerfile (if any) and docker-compose.yml?