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

Unified Diff: test/debugger/debug/regress/regress-crbug-481896.js

Issue 2503293002: [debug-wrapper] LiveEdit, frame.restart(), breakpoints (Closed)
Patch Set: Address comments Created 4 years, 1 month 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/debugger/debug/harmony/debug-async-liveedit.js ('k') | test/debugger/debugger.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/regress/regress-crbug-481896.js
diff --git a/test/mjsunit/regress/regress-crbug-481896.js b/test/debugger/debug/regress/regress-crbug-481896.js
similarity index 93%
rename from test/mjsunit/regress/regress-crbug-481896.js
rename to test/debugger/debug/regress/regress-crbug-481896.js
index 0d5c650f1efed67a110ec2c6751961887dc4ba7d..d12398070bd3f6288a1867c6ff4e0c084860e3b0 100644
--- a/test/mjsunit/regress/regress-crbug-481896.js
+++ b/test/debugger/debug/regress/regress-crbug-481896.js
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --expose-debug-as debug
function static() {
print("> static"); // Break
@@ -43,7 +42,7 @@ for (var script of scripts) {
}
Debug.setScriptBreakPointById(dynamic_script.id, 1);
-Debug.setScriptBreakPointById(static_script.id, 7);
+Debug.setScriptBreakPointById(static_script.id, 6);
dynamic();
static();
« no previous file with comments | « test/debugger/debug/harmony/debug-async-liveedit.js ('k') | test/debugger/debugger.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698