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

Unified Diff: test/inspector/debugger/step-snapshot-expected.txt

Issue 2836623002: [inspector] always include user scripts in the snapshot. (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « test/inspector/debugger/step-snapshot.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/step-snapshot-expected.txt
diff --git a/test/inspector/debugger/step-snapshot-expected.txt b/test/inspector/debugger/step-snapshot-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..59cd4da0f750ae277a80fe14c0c8677d41fe4451
--- /dev/null
+++ b/test/inspector/debugger/step-snapshot-expected.txt
@@ -0,0 +1,33 @@
+Embedding script 'function c(f, ...args) { return f(...args); }'
+paused
+ }
+ #debugger;
+ c(f, 2);
+
+paused
+ debugger;
+ #c(f, 2);
+}
+
+paused
+function c(f, ...args) { #return f(...args); }
+
+paused
+ function f(x) {
+ #return x * 2;
+ }
+
+paused
+ return x * 2;
+ #}
+ debugger;
+
+paused
+function c(f, ...args) { return f(...args); #}
+
+paused
+ c(f, 2);
+#}
+
+paused
+test(#)
« no previous file with comments | « test/inspector/debugger/step-snapshot.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698