Break on unhandled promise rejection
Categories
(DevTools :: Debugger, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [polish-backlog][difficulty=medium])
Comment 2•11 years ago
|
||
Updated•11 years ago
|
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Updated•10 years ago
|
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 11•8 years ago
|
||
Updated•8 years ago
|
Updated•7 years ago
|
Comment 12•6 years ago
|
||
The DOM event side landed in 69, so it would be good for devtools to follow up.
Comment 13•6 years ago
|
||
What would be a good UI for this? Another checkbox in the breakpoints pane?
This could be a nice quick win.
Comment 14•6 years ago
|
||
Another checkbox in the breakpoints pane?
Options for UI are another 2nd-level checkbox that appears when "Pause on exception" is selected; or top-level (as it doesn't have much to do with exceptions). Both take some space.
On the parity side, Chrome does cover promise rejections with the pause on exception checkboxes; which seems most straightforward (vs a growing wall of checkboxes). Would that be an easy v0 to expose the functionality?
Comment 15•6 years ago
|
||
On the parity side, Chrome does cover promise rejections with the pause on exception checkboxes; which seems most straightforward (vs a growing wall of checkboxes).
Discussed with a few people; this is a good start for this initial bug.
Comment 16•4 years ago
|
||
Any update on this? It's a big pain point when debugging async code.
Updated•3 years ago
|
Description
•