Closed
Bug 1366745
Opened 8 years ago
Closed 6 years ago
The order of the breakpoints added changes after reloading the page
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox53 unaffected, firefox54 unaffected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
People
(Reporter: hyacoub, Unassigned)
References
Details
Attachments
(2 files)
[Affected versions]:
Nightly 55.0a1
[Affected platforms]:
Platforms: Windows 10 x 64, Ubuntu 16.10 and Mac OS X 10.12
[Steps to reproduce]:
1. Go to https://devtools-html.github.io/debugger-examples/examples/todomvc/
2. Open Debugger.
3. Navigate to todo-view.js
4. Click on the gutter, any line with written code and add many breakpoints/conditional breakpoints (e.g todo-view.js).
5. Navigate to any js file (e.g app-view.js).
6. Click on the gutter, any line with written code and add many breakpoints.
7. Refresh the page.
[Expected result]:
The order of the breakpoints should remain the same as when they were added.
[Actual result]:
The order of the breakpoints added changes after reloading the page.
[Note]:
Sometimes the order changes without refreshing the page.
Reporter | ||
Updated•8 years ago
|
Blocks: 1294139
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox55:
--- → affected
Reporter | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
This is being tracked in Github here: https://bugzilla.mozilla.org/show_bug.cgi?id=1366745
Updated•8 years ago
|
Priority: -- → P3
Comment 3•7 years ago
|
||
@jlast I can't find the related github issue, I think there's some copy / pasta above :)
Comment 4•7 years ago
|
||
here is a new issue: https://github.com/devtools-html/debugger.html/issues/3280
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•