Search code examples
pythondebuggingpycharmpython-asyncio

How to evaluate coroutine in pycharms interactive debugger


When interrupting execution of python async code with PyCharm's interactive debugger (breakpoints) we can inspect the environment with PyCharm's debugging tools like "evaluate expression" or "Execute Line in Python Console".

How can we evaluate coroutines within these debugging tools?


Solution

  • Update from October 2022

    Make sure you have the latest version of PyCharm, because they said they added this enter image description here