Having troubles connecting with debugger to remote interpreter running with docker-compose

Answered

I was able to debug remotely, but then played a bit with networks configurations of the docker-compose. The project is running when i run it with docker-compose up, but failing to with debugger.

What could be wrong?

Thanks

0
3 comments

just to clarify the situation:

I have defined a docker-compose.yaml

Was able to run with docker-compose up and also connect with debugger using its remote interpreter.

Added named network for some experiment.

Removed that network.

docker-compose works fine, cannot connect with debugger.

0

Hi Alon Snir! Could you please try to remove your Remote Interpreter and configure it again?

0

Hi Elizabeth,

I did and it didn't make any help.

What i did eventually, thanks to this stack overflow answer, is removed all pycharm containers. This solved my issue.

Thanks

 

0

Please sign in to leave a comment.