Closed Bug 1152037 Opened 9 years ago Closed 5 years ago

Implement a UI for setting column breakpoints

Categories

(DevTools :: Debugger, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ejpbruel, Unassigned)

References

(Blocks 1 open bug)

Details

After the last refactor of the breakpoint code, we now should have proper support for column breakpoints in the debugger protocol. Column breakpoints were originally implemented to deal with breakpoints in source mapped sources, but I believe they could be useful to end users as well. Consider the following code:

f(); g(); h();

A line breakpoint on this line would only trigger once, before the call to f. This is very annoying when you want to inspect the state right after the call to f, before the call to g. By setting a columm breakpoint on the call to g you would be able to pause in the middle of the line.
Product: Firefox → DevTools

closing this as we now have support for column breakpoints

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.