Closed mjmare closed 4 years ago
I'm not sure how to handle this as I don't know where the locking is coming from. It might be that you need to explicitly enable gevent => https://blog.jetbrains.com/pycharm/2012/08/gevent-debug-support/?
Wow, you nailed it! Set: Settings | Python Debugger | Gevent compatible debugging to ON. Learned something today.
Excellent! I'm going to add a note about this on the compatability doc (and link to that doc from help & support).
how setup debugging, i can't find info about this
I was trying to debug some deploy code in PyCharm and put a breakpoint in the code. I got this error message which is not very informative to me:
The code was basically the example on https://docs.pyinfra.com/en/1.x/modules/python.html (see also #449).