Open Bug 1716505 Opened 3 years ago Updated 3 years ago

Disable Breakpoints/Skip breakpoints resets on reload/navigate

Categories

(DevTools :: Debugger, defect, P3)

Firefox 91
defect

Tracking

(Not tracked)

People

(Reporter: bomsy, Unassigned)

References

(Blocks 1 open bug)

Details

STR

  1. http://janodvarko.cz/tests/fission/case1/index.html
  2. Open the debugger
  3. Set a breakpoint on line 3 in index.js
  4. Click the "Deactivate breakpoints" button to turn on skipping breakpoints
  5. 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

So based on https://searchfox.org/mozilla-central/search?q=setSkipPausing&path=modify&case=false&regexp=false it seems like the current behavior is that on any action to breakpoints (add, remove, disable), the deactivate breakpoints option gets disabled.

Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.