| Summary: | Breakpoints lost when JSP file saved | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Nitin Dahyabhai <thatnitind> | ||||
| Component: | Debug | Assignee: | Michael Rennie <Michael_Rennie> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | blocker | ||||||
| Priority: | P3 | CC: | chanskw, david_williams | ||||
| Version: | 3.3 | ||||||
| Target Milestone: | 3.3 M7 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Nitin Dahyabhai
Saw this on M6, but it was also broken in M5. Created attachment 62173 [details]
patch
We should not modify JSP/stratum breakpoints or pattern breakpoints when a file changes, as we do not understand the source for non-Java breakpoints.
Mike - it looks like the marker updater is not working properly for Java line breakpoints either - is this a know problem? For example, if I modify the line of code: int x = fFull.size(); to be int x = fFull.size(); a breakpoint on the variable decl stays in the same place, but has no effect. Applied patch. Darin, I cannot reproduce not working breakpoints. If I use the example you provided, the marker is moved down one line, but still works fine. I cannot reproduce the problem in the .java file either. Verified. Closing. |