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

Unified Diff: test/inspector/debugger/stepping-and-break-program-api-expected.txt

Issue 2738503006: [inspector] don't make v8::debug::Call for breakProgram. (Closed)
Patch Set: addressed comments Created 3 years, 9 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/stepping-and-break-program-api.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/stepping-and-break-program-api-expected.txt
diff --git a/test/inspector/debugger/stepping-and-break-program-api-expected.txt b/test/inspector/debugger/stepping-and-break-program-api-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cd7c214b75fabaada1be93fe6ca6cb5314bb644b
--- /dev/null
+++ b/test/inspector/debugger/stepping-and-break-program-api-expected.txt
@@ -0,0 +1,19 @@
+Checks that stepping is cleared after breakProgram.
+paused at:
+function callBreakProgram() {
+ #debugger;
+ breakProgram('reason', '');
+
+paused at:
+ debugger;
+ #breakProgram('reason', '');
+}
+
+paused at:
+ debugger;
+ #breakProgram('reason', '');
+}
+
+paused at:
+#debugger;
+
« no previous file with comments | « test/inspector/debugger/stepping-and-break-program-api.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698