Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-pause-on-promise-rejection-expected.txt

Issue 651533003: DevTools: Introduce Debugger::Reason::PromiseRejection pause reason. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: also disaply <exception> in scopes sidebar Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE ERROR: Unhandled promise rejection
2 CONSOLE ERROR: Unhandled promise rejection
3 Tests that pause on promise rejection works.
4
5 === Pausing only on uncaught exceptions ===
6 Set timer for test function.
7 Call stack:
8 0) testFunction (debugger-pause-on-promise-rejection.html:35)
9 Paused on promise rejection: 'Error: uncaught'.
10
11 === Pausing on all exceptions ===
12 Set timer for test function.
13 Call stack:
14 0) testFunction (debugger-pause-on-promise-rejection.html:34)
15 Paused on promise rejection: 'Error: caught'.
16 Call stack:
17 0) testFunction (debugger-pause-on-promise-rejection.html:35)
18 Paused on promise rejection: 'Error: uncaught'.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698