Hacker News new | ask | show | jobs
by Noumenon72 1847 days ago
I think PyCharm Professional's docker-compose remote interpreter[0] does too. It was a lot of setup but it's the only way I know to have your code run inside containers and actually be able to stop at breakpoints inside them. (I don't know much about Docker.)

0: https://www.jetbrains.com/help/pycharm/using-docker-compose-...