Open
Bug 1609289
Opened 5 years ago
Updated 2 years ago
Debugger option/ui for breaking on page redirects
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: jgilbert, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Particularly when debugging pages that redirect on errors, it's useful to break on redirects do make it easier to at least inspect the failed end case.
Breaking on redirect should also make it more feasible to see what caused the redirect, further up the call stack.
This functionality would have been useful for debugging bug 1609006.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
This should probably be exposed as part of the event-like native methods that Event BPs offers, in this case "Pause on Navigate"
Updated•4 years ago
|
Blocks: dbg-control
Priority: -- → P3
Updated•4 years ago
|
Keywords: dev-doc-needed
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•