Closed
Bug 1527744
Opened 6 years ago
Closed 6 years ago
Resuming from "Pause on exception" immediately pauses again in parent
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1092922
People
(Reporter: loganfsmyth, Unassigned)
References
Details
Steps
-
Open devtools and enable pause on exception
-
Load https://plucky-sofa.glitch.me/ with snippet
function fn(){ throw new Error("way"); } function fn2() { fn(); } function fn3() { fn2(); } fn3();
-
Observed paused at
throw new Error("way");
-
Press Resume
ER:
Page should resume execution entirely and not pause again
AR:
Page resumes and immediately pauses again in the parent frame in fn2
Updated•6 years ago
|
Blocks: dbg-exception
Updated•6 years ago
|
Priority: P3 → P1
Updated•6 years ago
|
Priority: P1 → P2
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•