Open Bug 1686485 Opened 3 years ago Updated 3 years ago

Call ThreadFront.reconfigure({ pauseOnExceptions, ignoreCaughtExceptions }) in favor of ThreadFront.pauseOnExceptions

Categories

(DevTools :: Debugger, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: ochameau, Unassigned)

References

(Blocks 1 open bug)

Details

Bug 1686480 will soon make ThreadActor.pauseOnExceptions just be a wrapper to reconfigure. It would probably be easier to follow if all configurations are passed via reconfigure.

So the goal is to refactor the frontend to call ThreadFront.reconfigure({ pauseOnExceptions, ignoreCaughtExceptions }) instead of ThreadFront.pauseOnExceptions(pauseOnExceptions, ignoreCaughtExceptions). And drop the pauseOnExceptions request entirely.

Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.