Debug inside remote (AWS EC2) Docker Container Follow
I have an ec2 instance on AWS and in this instance, I have a Docker Container (based on Ubuntu) where I run some python scripts. Is there any way I could use the pycharm debugger with this container? I already use it but directly on the ec2 instance.
Please sign in to leave a comment.
Yes, you can debug on the remote Docker server, but it's not intuitive. Please see https://youtrack.jetbrains.com/issue/PY-33489 for more information.