'Pycharm debugger "waiting for connections" but running still working

I am trying to debug django project with docker-compose interpreter.

Here is my pycharm configurations

Pycharm configurations image

But when I trying to debug it project still running but debugger is still waiting for connection and break point not working

Debugger can't connect image

I think that structure of my project have problem cause i'm try to debug other project it still working.

Here is my project structure

Project structure image

What am i doing wrong?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source