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

Unified Diff: Source/devtools/front_end/DebuggerModel.js

Issue 14294004: Implementing console command 'debug'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added a test for undebug command. Created 7 years, 6 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
Index: Source/devtools/front_end/DebuggerModel.js
diff --git a/Source/devtools/front_end/DebuggerModel.js b/Source/devtools/front_end/DebuggerModel.js
index 9b2f16b1d49f223ce47bac151632816809ee6ba6..38640314bb3f8d84470477ae07acecc9b802d842 100644
--- a/Source/devtools/front_end/DebuggerModel.js
+++ b/Source/devtools/front_end/DebuggerModel.js
@@ -94,7 +94,8 @@ WebInspector.DebuggerModel.BreakReason = {
XHR: "XHR",
Exception: "exception",
Assert: "assert",
- CSPViolation: "CSPViolation"
+ CSPViolation: "CSPViolation",
+ Debug: "debug"
}
WebInspector.DebuggerModel.prototype = {

Powered by Google App Engine
This is Rietveld 408576698