Remote debugging celery docker container?
Answered
Hey there, I have setup my remote interpreter and now PyCharm can see my Docker containers, logs, etc. However, when I set a breakpoint it doesn't seem to pause. Do I need to somehow specify which container to run the breakpoint in?
Thanks for any help!
Please sign in to leave a comment.
Unfortunately it's a known problem https://youtrack.jetbrains.com/issue/PY-14690, please follow it for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Hm, I see "This page was not found" for that, probably don't have permissions to view it.
In any case... this is really impossible!? That's pretty shocking :(
You can debug inside docker containers, but Celery is the problem? https://blog.jetbrains.com/pycharm/2017/08/using-docker-compose-on-windows-in-pycharm/ seems like you can set breakpoints inside docker containers... still trying to get this to work (celery or not)