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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-while-paused-throws-expected.txt

Issue 2270033003: DevTools: include traces when exporting console log via 'Save as' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a Created 4 years, 3 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
OLDNEW
1 Tests that evaluation in console that throws works fine when script is paused. 1 Tests that evaluation in console that throws works fine when script is paused.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Dumping console messages: 4 Dumping console messages:
5 5
6 injectedFunction() 6 injectedFunction()
7 VM:6 Uncaught Error: injectedObj.func(…)func @ VM:6injectedFunction @ VM:9(anony mous function) @ VM:1testFunction @ debugger-eval-while-paused-throws.html:23 7 VM:6 Uncaught Error: injectedObj.func(…)
8 func @ VM:6
9 injectedFunction @ VM:9
10 (anonymous function) @ VM:1
11 testFunction @ debugger-eval-while-paused-throws.html:23
8 localObj.func() 12 localObj.func()
9 debugger-eval-while-paused-throws.html:20 Uncaught Error: localObj.func(…)func @ debugger-eval-while-paused-throws.html:20(anonymous function) @ VM:1testFunctio n @ debugger-eval-while-paused-throws.html:23 13 debugger-eval-while-paused-throws.html:20 Uncaught Error: localObj.func(…)
14 func @ debugger-eval-while-paused-throws.html:20
15 (anonymous function) @ VM:1
16 testFunction @ debugger-eval-while-paused-throws.html:23
10 globalObj.func() 17 globalObj.func()
11 debugger-eval-while-paused-throws.html:11 Uncaught Error: globalObj.func(…)func @ debugger-eval-while-paused-throws.html:11(anonymous function) @ VM:1testFuncti on @ debugger-eval-while-paused-throws.html:23 18 debugger-eval-while-paused-throws.html:11 Uncaught Error: globalObj.func(…)
19 func @ debugger-eval-while-paused-throws.html:11
20 (anonymous function) @ VM:1
21 testFunction @ debugger-eval-while-paused-throws.html:23
12 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698