After I upgraded my Pycharm to 2023.3.3 (Build #PY-233.13763.11, built on January 25, 2024) I cannot debug my async tests anymore.
The debugger dies with
pycharm AttributeError: 'ProactorEventLoop' object has no attribute '_compute_internal_coro'
I'm using pytest-asyncio==0.23.4 but it seems unrelated to that.
python.debug.asyncio.repl
Edit: According to the bug ticket the problem should be fixed with PyCharm 2023.3.4.