[Fixed]-Debug django app running inside docker image, using pycharm debugger

12👍

One possible method is to treat your Docker container as a remote host and use remote debugging: https://www.jetbrains.com/pycharm/help/remote-debugging.html

Leave a comment