pycharm 打断点报错 ‘ProactorEventLoop‘ object has no attribute ‘_compute_internal_coro‘
·
pycharm 打断点报错:
'ProactorEventLoop' object has no attribute '_compute_internal_coro'
解决方法:
- 在Pycharm使用快捷键 CTRL+Shift+A 【帮助 -> 查找所有操作】。
- 输入 "Registry..."。
- 修改
python.debug.asyncio.repl 取消勾选。 - 重启。



更多推荐


所有评论(0)