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

Unified Diff: test/debugger/debug/debug-step.js

Issue 2742713003: [debugger] correctly annotate scripts with debug id. (Closed)
Patch Set: address 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 | « src/debug/debug.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-step.js
diff --git a/test/debugger/debug/debug-step.js b/test/debugger/debug/debug-step.js
index 369e8a645cdc2e57a9291699abdbe883e3437cbd..a850341f48c4a90e3a88fb2046624c08fc49cc89 100644
--- a/test/debugger/debug/debug-step.js
+++ b/test/debugger/debug/debug-step.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Flags: --cache=code
+
Debug = debug.Debug
// Simple debug event handler which first time hit will perform 1000 steps and
« no previous file with comments | « src/debug/debug.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698