Open
Bug 1671348
Opened 4 years ago
Updated 4 years ago
Opening the Browser Console shouldn't activate event breakpoints
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
- Load any page e.g. google.com
- Open DevTools, select the Debugger and set Event Listener Breakpoint for
mousemove
- Close DevTools and open the Browser Console
- The browser UI is frozen until you close the Browser Console => BUG
ER:
The event brreakpoint should not hit if DevTols are closed.
Also note that Event BPs are persistent even across Firefox restarts, so it might be puzzling the user why the UI doesn't work (it's simple to forget that there is an event BP)
(this bug might be moved to the Debugger component, I guess)
Honza
Comment 1•4 years ago
|
||
yeah, I think it belongs to the debugger component
I'll still try to investigate it at some point, it looks fun :)
Severity: -- → S3
Component: Console → Debugger
Updated•4 years ago
|
Blocks: dbg-event-bps
Priority: -- → P3
Updated•4 years ago
|
Summary: Browser UI Freezes when opening the Browser Console → Opening the Browser Console shouldn't activate event breakpoints
You need to log in
before you can comment on or make changes to this bug.
Description
•