I have a tomcat servlet project, which is normally running in eclipse, except of one line, which always stops the debugger without of a breakpoint. If I manually proceed debugging by pressing 2resume", all will work fine.
Is there any directive/annotation to prevent stopping the debugger on lines without breakpoints?
Asked
Active
Viewed 183 times
3

Yohanes Khosiawan 许先汉
- 2,453
- 4
- 24
- 28

Michael Fritzsche
- 49
- 4
-
Looks like a duplicate of: http://stackoverflow.com/questions/1668944/eclipse-debugging-stopping-without-a-breakpoint – рüффп Oct 06 '12 at 17:35
1 Answers
1
Clean and build ur project...i have faced similar issues...it got resolved after a full clean and build was done.

ashwinsakthi
- 1,856
- 4
- 27
- 56
-
-
I had to "Remove All Breakpoints"... There was definitely no breakpoint visible. I have no idea, where such "ghost breakpoints" come from... – Michael Fritzsche Sep 10 '12 at 09:49