设为首页 加入收藏

TOP

Pydev Debugger not working with breakpoints
2017-09-30 17:15:22 】 浏览:8273
Tags:Pydev Debugger not working with breakpoints

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.

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇利用Python进行数据分析(4) NumPy.. 下一篇利用Python进行数据分析(7) panda..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目