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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt

Issue 290633009: DevTools: Show detailed information for exceptions during snippet execution. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
index bc19b5cc3e55c4fa990867b5ae7ac7c1624bf6ff..25794d7e2a795443a35e5317ce121e8cb79735f1 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt
@@ -11,10 +11,19 @@ Script result: 3
Running: testRunError
Compiling script
Running script
-Script run error: Uncaught ReferenceError: c is not defined
+exceptionDetails:
+ Uncaught ReferenceError: c is not defined
+ line: 1, column: 15
+ exceptionDetails stack trace:
+ url: test.js
+ function:
+ line: 1
Running: testCompileError
Compiling script
-Script compile error: Uncaught SyntaxError: Unexpected token }
+exceptionDetails:
+ Uncaught SyntaxError: Unexpected token }
+ line: 1, column: 0
+ no stack trace attached to exceptionDetails
Debugger was disabled.

Powered by Google App Engine
This is Rietveld 408576698