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

Unified Diff: test/inspector/debugger/caught-uncaught-exceptions-expected.txt

Issue 2488733003: [inspector] Add exception caught/uncaught status to protocol (Closed)
Patch Set: Use Maybe version of BooleanValue Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/caught-uncaught-exceptions-expected.txt
diff --git a/test/inspector/debugger/caught-uncaught-exceptions-expected.txt b/test/inspector/debugger/caught-uncaught-exceptions-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b784fa549e3ba93825e940207995df57bad96821
--- /dev/null
+++ b/test/inspector/debugger/caught-uncaught-exceptions-expected.txt
@@ -0,0 +1,5 @@
+Check that inspector correctly passes caught/uncaught information.
+paused in throwCaught
+uncaught: false
+paused in throwUncaught
+uncaught: true

Powered by Google App Engine
This is Rietveld 408576698