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)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce
- Go to https://nchevobbe.github.io/demo/console-test-app.html
- Open
console-test-event-listeners.js
- Add a breakpoint on line 2, it should display 3 column breakpoint
- Right click on the second breakpoint and click on "Add condition"
- 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
Updated•6 months ago
|
Blocks: dbg-log-cond-points
Comment 1•6 months ago
|
||
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.
Description
•