Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335685

Summary: [breakpoints] Debugger stops on line where removed breakpoint used to be
Product: [Eclipse Project] Platform Reporter: fredrik_is
Component: DebugAssignee: Platform-Debug-Inbox <platform-debug-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, pawel.1.piech
Version: 3.6.1Keywords: needinfo
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description fredrik_is CLA 2011-01-28 08:54:23 EST
Build Identifier: 20100917-0705

After removing one breakpoint and adding another, the debugger keeps stopping on the line of code where the removed breakpoint was. I have tried both disabling and removing the breakpoint. I have tried removing all breakpoint and restarting the IDE, but the debugger still keeps stopping on the line where the breakpoint was.

Reproducible: Always

Steps to Reproduce:
1. Add a breakpoint.
2. Run debugger.
3. Add another breakpoint at a code line that will run later than the line where the first breakpoint is.
4. Remove or disable the first breakpoint.
5. Run debugger.
Comment 1 Pawel Piech CLA 2011-01-28 16:38:27 EST
Hi Fredrick,
Could you specify which debugger are you using.  I'd assume is JDT for java debugging, but there are many others which are based on the same framework.
Comment 2 Pawel Piech CLA 2011-06-08 14:43:36 EDT
Closing on lack of feedback.