1 CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught
2 CONSOLE ERROR: line 35: Uncaught (in promise) Error: uncaught
3 Tests that pause on promise rejection works.
5 === Pausing only on uncaught exceptions ===
6 Set timer for test function.
8 0) testFunction (debugger-pause-on-promise-rejection.html:35)
9 Paused on promise rejection: 'Error: uncaught'.
11 === Pausing on all exceptions ===
12 Set timer for test function.
14 0) testFunction (debugger-pause-on-promise-rejection.html:34)
15 Paused on promise rejection: 'Error: caught'.
17 0) testFunction (debugger-pause-on-promise-rejection.html:35)
18 Paused on promise rejection: 'Error: uncaught'.