Debug PyCharm with RabbitMQ in docker
For a webapp I am trying to do some data analysis with Python. Currently, I have a docker container with RabbitMQ and one with Python. RabbitMQ sends a message to Python and I would like to debug my code, but I don't know what configuration to pick for the debugger. I have read all there is on the website here, but I can't seem to figure it out.
If you need any more information, I'd gladly provide it.
Cheers
请先登录再写评论。