Closed
Bug 1933764
Opened 2 months ago
Closed 2 months ago
Skip breakpoint setting is reset on reload (as soon as there is at least one breakpoint)
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox135 fixed)
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
Details
Attachments
(1 file)
STR:
- set a breakpoint which would be hit on load, like on
data:text/html,<script>console.log("foo")</script>
- activate skip breapoint feature
- reload
Notice the skip breakpoint button which resets and re-enable all breakpoints.
If the breakpoint code runs, it would be triggered.
Assignee | ||
Comment 1•2 months ago
|
||
Only reset breakpoint disabling when the user explicitely ask to add a new breakpoint.
Updated•2 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2bfe665851c
[devtools] Prevent reset breakpoint disable on page reload. r=devtools-reviewers,nchevobbe
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•