我正在用异步协程做我的项目,发现很难得到错误和调试代码,有没有一个通用的源代码/方法,有人可以告诉我如何调试协程?
b4lqfgs41#
asyncio.run(async_fn(), debug=True)
更多详情:https://docs.python.org/3/library/asyncio-dev.html#asyncio-debug-mode此外,它已经在Pycharm 2022.3 https://youtrack.jetbrains.com/issue/PY-22961中
1条答案
按热度按时间b4lqfgs41#
更多详情:https://docs.python.org/3/library/asyncio-dev.html#asyncio-debug-mode
此外,它已经在Pycharm 2022.3 https://youtrack.jetbrains.com/issue/PY-22961中