Index: test/inspector/debugger/break-on-exception-expected.txt |
diff --git a/test/inspector/debugger/break-on-exception-expected.txt b/test/inspector/debugger/break-on-exception-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..92a38f0e83b9c5c90a5f91e3e860ff8e96e5d224 |
--- /dev/null |
+++ b/test/inspector/debugger/break-on-exception-expected.txt |
@@ -0,0 +1,12 @@ |
+Check that inspector correctly change break on exception state. |
+ |
+Running test: noBreakOnExceptionAfterEnabled |
+ |
+Running test: breakOnUncaughtException |
+paused in throwUncaughtException |
+ |
+Running test: breakOnCaughtException |
+paused in throwUncaughtException |
+paused in throwCaughtException |
+ |
+Running test: noBreakInEvaluateInSilentMode |