Closed
Bug 1567305
Opened 5 years ago
Closed 5 years ago
Column breakpoints don't match between refreshes
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1550440
People
(Reporter: davidwalsh, Unassigned)
Details
STR:
- Go to https://davidwalsh.name/
- Open
main.js
, click line 1 in the gutter - Note: the first column breakpoint shown, and the breakpoint selected, is column 49
- Refresh the page
- This time, there's a column breakpoint at column 0 (wasn't there before)
ER:
- It's odd that there's no column breakpoint shown at column 0 the first time
- Obviously if column 0 did show a breakpoint, that column breakpoint would be selected when clicking in the gutter.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•