Open
Bug 1716505
Opened 3 years ago
Updated 3 years ago
Disable Breakpoints/Skip breakpoints resets on reload/navigate
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: bomsy, Unassigned)
References
(Blocks 1 open bug)
Details
STR
- http://janodvarko.cz/tests/fission/case1/index.html
- Open the debugger
- Set a breakpoint on line 3 in index.js
- Click the "Deactivate breakpoints" button to turn on skipping breakpoints
- Reload the page
What happened?
The disable breakpoints option gets switched off
What should have happened?
The disable breakpoints option should maintain its state across reload
Reporter | ||
Comment 1•3 years ago
|
||
So based on https://searchfox.org/mozilla-central/search?q=setSkipPausing&path=modify&case=false®exp=false it seems like the current behavior is that on any action to breakpoints (add, remove, disable), the deactivate breakpoints option gets disabled.
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Reporter | ||
Updated•3 years ago
|
Blocks: dbg-breakpoint
You need to log in
before you can comment on or make changes to this bug.
Description
•