Pydev Debugger not working with breakpoints

在使用Python3.x和Anaconda解释器的Eclipse中,PyDev调试器在达到断点前会突然冻结,即使在简单的测试模块中也出现此问题。通过删除工作区的.metadata文件可以解决该问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

I have a simple test module:

print("fish")
print("sticks")
It runs pretty fast as expected, wether i use Run as or Debugg as does not matter.

But as soon as I enter a Breakpoint the Debugger starts (pydev debugger: starting (pid: 2696)) but does not reach the breakpoint nor finish the program(>5min).
I suddenly had this problem in a bigger project and created this test module to see if the debugger works. I did not change any settings in the prefrences menu of eclipse. I'm using python 3.x with the anaconda interpreter.
I restarted the computer and updated eclipse and pydev.
python eclipse debugging pydev

Answer:
I found that deleting .metadata from the workspace solves the problem. But I have no clue what caused the issue.

D:\python312\python.exe D:\PyCharm\plugins\python-ce\helpers\pydev\pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port 52303 --file D:/download/process(1)/process/process1.py ------------------------------------------------------------------------------- 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 ------------------------------------------------------------------------------- D:\PyCharm\plugins\python-ce\helpers\pydev\pydevd.py:1844: DeprecationWarning: currentThread() is deprecated, use current_thread() instead dummy_thread = threading.currentThread() Connected to pydev debugger (build 211.7628.24) 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 abc> pydev debugger: Unable to find real location for: <frozen zipimport> pydev debugger: Unable to find real location for: D:/python312/Lib/site-packages/typing-3.7.4.3-py3.12.egg!/ pydev debugger: Unable to find real location for: <frozen _collections_abc> pydev debugger: Unable to find real location for: <frozen os> pydev debugger: Unable to find real location for: <frozen ntpath> pydev debugger: Unable to find real location for: <string> pydev debugger: Unable to find real location for: <frozen importlib.util> pydev debugger: Unable to find real location for: <frozen posixpath> pydev debugger: Unable to find real location for: <frozen genericpath> Process finished with exit code 0
最新发布
04-03
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值