Open
Bug 1550701
Opened 6 years ago
Updated 2 years ago
Sync breakpoints across multiple browser tabs
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
- Load the same URL in two browser tabs
- Open DevTools toolbox and select the Debugger panel in boths
- Create a breakpoint in one tab
- Switch to the other tab, the breakpoint isn't there -> BUG
AR:
The current tab isn't synced with the other tab, so the BP doesn't appear there automatically. Not even after refresh.
ER:
BPs are auto synced across all opened browser tabs.
Honza
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Blocks: dbg-breakpoint
Updated•6 years ago
|
Type: defect → enhancement
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•