Closed
Bug 1532641
Opened 6 years ago
Closed 6 years ago
Skip Pausing should persist across reloads and reopens
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox67 fixed)
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- Open debugger
- Deactivate breakpoints by clicking the "tag with cross" icon in the right panel (this sets
devtools.debugger.skip-pausing
totrue
) - Close and reopen toolbox
- Deactivate breakpoints button is still correctly highlighted
- Reload the page you are debugging (Cmd-R)
- Deactivate breakpoints button resets to inactive, but breakpoints are actually still being skipped
Bad:
https://user-images.githubusercontent.com/279572/53804046-5ea67400-3f3e-11e9-911e-c64ade608f68.png
(pausing is still skipped, but the UI doesn't tell you)
Version:
Firefox Nightly 67.0a1 (2019-03-04)
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c57bc49cdb13
Skip Pausing should persist across reloads and reopens. r=bhackett
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
Updated•6 years ago
|
Assignee: nobody → jlaster
You need to log in
before you can comment on or make changes to this bug.
Description
•