英文:
How to evaluate coroutine in pycharms interactive debugger
问题
当使用PyCharm的交互式调试器(断点)中断Python异步代码的执行时,我们可以使用PyCharm的调试工具(如“评估表达式”或“在Python控制台中执行行”)来检查环境。
我们如何在这些调试工具中评估协程?
英文:
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?
答案1
得分: 3
目前无法做到,请投票支持 https://youtrack.jetbrains.com/issue/PY-22961
英文:
No way at the moment, please vote for https://youtrack.jetbrains.com/issue/PY-22961
答案2
得分: 3
你可以尝试使用 PyCharm
的 Evaluate async code
插件,插件链接在 https://plugins.jetbrains.com/plugin/14476-evaluate-async-code
英文:
You can try to use PyCharm
Evaluate async code
plugin, link to plugin https://plugins.jetbrains.com/plugin/14476-evaluate-async-code
答案3
得分: 1
2022年10月更新
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论