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)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1092922

People

(Reporter: loganfsmyth, Unassigned)

References

Details

Steps

  1. Open devtools and enable pause on exception

  2. Load https://plucky-sofa.glitch.me/ with snippet

    function fn(){
      throw new Error("way");
    }
    function fn2() {
      fn();
    }
    function fn3() {
      fn2(); 
    }
    fn3();
    
  3. Observed paused at throw new Error("way");

  4. 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

Priority: P3 → P1
Priority: P1 → P2
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.