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

Unified Diff: src/debug/debug.cc

Issue 2744553002: [debugger] do not enable liveedit by default. (Closed)
Patch Set: 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/d8.cc ('k') | src/debug/debug-interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.cc
diff --git a/src/debug/debug.cc b/src/debug/debug.cc
index 0bdc22596c1cf06c428f3b0d32f1f5c4a526cdea..94d6ed6e0125d9d36acc30fed18b4fb5cf5905a5 100644
--- a/src/debug/debug.cc
+++ b/src/debug/debug.cc
@@ -42,7 +42,7 @@ Debug::Debug(Isolate* isolate)
is_active_(false),
hook_on_function_call_(false),
is_suppressed_(false),
- live_edit_enabled_(true), // TODO(yangguo): set to false by default.
+ live_edit_enabled_(false),
break_disabled_(false),
break_points_active_(true),
break_on_exception_(false),
« no previous file with comments | « src/d8.cc ('k') | src/debug/debug-interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698