Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Marker deltas for moving breakpoints?

We seem to have a bug whereby breakpoints aren't updating their line number 
when the underlying marker is moved. To see the problem, place a breakpoint 
in an editor and note the line number. Then add a line above the breakpoint 
(to move it down one line) and note that the line number in the breakpoints 
view and in the breakpoint property page is still the old line number.

Are we supposed to be getting resource deltas from the core when the marker 
is moved? Or is there some other (failing) mechanism in place to support this?

I suspect the answer is that we're expecting resource changed deltas from the 
core, but I want to verify that before I file a bug report.

Thanks,
- Jared


Back to the top