Open Bug 1897068 Opened 6 months ago Updated 6 months ago

Condition on not-first column breakpoint is added to first column breakpoint on the line

Categories

(DevTools :: Debugger, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned)

References

(Blocks 1 open bug)

Details

Steps to reproduce

  1. Go to https://nchevobbe.github.io/demo/console-test-app.html
  2. Open console-test-event-listeners.js
  3. Add a breakpoint on line 2, it should display 3 column breakpoint
  4. Right click on the second breakpoint and click on "Add condition"
  5. Enter true (or anything really)

Expected results

The second column breakpoint is displayed in orange

Actual results

The first column breakpoint is displayed in orange


Column logpoints suffer from the same issue

We should check if the log/condition executes on the breakpoint where it was displayed, or on the one where it was "set" by the user.

Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.