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.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-07-11
  • 2021-12-28
  • 2021-05-28
  • 2021-06-16
  • 2021-08-11
猜你喜欢
  • 2021-11-29
  • 2021-07-14
  • 2022-12-23
  • 2021-06-12
  • 2022-01-02
  • 2021-07-02
  • 2021-09-27
相关资源
相似解决方案