首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何修复Pycharm中的pydev调试器错误?

如何修复Pycharm中的pydev调试器错误?
EN

Stack Overflow用户
提问于 2022-11-26 15:10:27
回答 1查看 58关注 0票数 0

昨天我更新了python,这导致我的调试器不能正常工作。

我一直在输出中得到以下错误:

代码语言:javascript
运行
复制
-------------------------------------------------------------------------------
pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute)
pydev debugger: The debugger may still function, but it will work slower and may miss breakpoints.
pydev debugger: Related bug: http://bugs.python.org/issue1666807
-------------------------------------------------------------------------------
Connected to pydev debugger (build 222.4459.20)
pydev debugger: Unable to find real location for: <frozen codecs>
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap>
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap_external>
pydev debugger: Unable to find real location for: <frozen zipimport>
pydev debugger: Unable to find real location for: <frozen ntpath>
pydev debugger: Unable to find real location for: <frozen genericpath>
pydev debugger: Unable to find real location for: <frozen os>
pydev debugger: Unable to find real location for: <frozen _collections_abc>
pydev debugger: Unable to find real location for: <string>
pydev debugger: Unable to find real location for: <frozen abc>
pydev debugger: Unable to find real location for: <__array_function__ internals>
pydev debugger: Unable to find real location for: <frozen io>
pydev debugger: Unable to find real location for: <decorator-gen-0>
pydev debugger: Unable to find real location for: <decorator-gen-1>
pydev debugger: Unable to find real location for: <decorator-gen-2>
pydev debugger: Unable to find real location for: <decorator-gen-3>
pydev debugger: Unable to find real location for: <decorator-gen-4>
pydev debugger: Unable to find real location for: <decorator-gen-5>
pydev debugger: Unable to find real location for: <decorator-gen-6>
pydev debugger: Unable to find real location for: <frozen importlib.util>
pydev debugger: Unable to find real location for: <frozen runpy>
pydev debugger: Unable to find real location for: <decorator-gen-7>
pydev debugger: Unable to find real location for: <decorator-gen-8>
pydev debugger: Unable to find real location for: <decorator-gen-9>
pydev debugger: Unable to find real location for: <decorator-gen-10>

怎样才能解决这个问题呢?

我尝试新安装Python和Pycharm。没有什么真正的改变。

EN

回答 1

Stack Overflow用户

发布于 2022-11-28 02:04:06

因此,在Pycharm当前版本中似乎存在一个bug,帮助我修复的是下载EAP版本2022.3。我再也没有收到错误了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/74583310

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档