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/framework-stepping.js

Issue 2648353006: [inspector] ignores debugger; in blackboxed code (Closed)
Patch Set: added a comment Created 3 years, 11 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/framework-break-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/framework-stepping.js
diff --git a/test/inspector/debugger/framework-stepping.js b/test/inspector/debugger/framework-stepping.js
index 831a4491eff4e5636b8964a670573781dfc1de2e..de75eab9ab509d0f4b1267abc0531721b74ac41a 100644
--- a/test/inspector/debugger/framework-stepping.js
+++ b/test/inspector/debugger/framework-stepping.js
@@ -11,7 +11,7 @@ function frameworkCall(funcs) {
}
function frameworkBreakAndCall(funcs) {
- debugger;
+ breakProgram('', '');
for (var f of funcs) f();
}
//# sourceURL=framework.js`,
« no previous file with comments | « test/inspector/debugger/framework-break-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698