Open Bug 1660769 Opened 4 years ago Updated 4 years ago

Event breakpoints persistence of breakpoints across contexts

Categories

(DevTools :: Debugger, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: Honza, Unassigned)

References

(Blocks 1 open bug)

Details

Cloned from https://github.com/firefox-devtools/debugger/issues/8235

  1. With Firefox Nightly 69.0a1 (2019-06-25) (64-bit) on macOs
  2. Open a window on https://wikipedia.org/
  3. Open the debugger
  4. Click on any event checkbox on the right panel
  5. Open a new window, go to https://www.mozilla.org/
  6. Open the debugger.

Actual:
The selected events are the one of the first window.

Expected:
Selection of events in the debugger should be relative to the debugging context, not general to the application.

Component: Netmonitor → Debugger
You need to log in before you can comment on or make changes to this bug.