Bug 335685 - [breakpoints] Debugger stops on line where removed breakpoint used to be
Summary: [breakpoints] Debugger stops on line where removed breakpoint used to be
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.6.1   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2011-01-28 08:54 EST by fredrik_is CLA
Modified: 2011-06-09 02:29 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.