Debugging not running on PyCharm for my Django project
I had this same problem. In my case, it's because I was using gevent. There's an option in the PyCharm settings under Build, Execution, Deployment -> Python Debugger. I enabled "Gevent compatible", and debugging started working again.