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

Unified Diff: LayoutTests/inspector/sources/debugger/breakpoint-manager.js

Issue 323503002: Devtools: Support disabling and enabling of debugger in TargetBreakpoints (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix expectations Created 6 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
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-disable-add-breakpoint.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger/breakpoint-manager.js
diff --git a/LayoutTests/inspector/sources/debugger/breakpoint-manager.js b/LayoutTests/inspector/sources/debugger/breakpoint-manager.js
index bf68d28b96350d20f1d15f351e6b0707c332555b..89950fe4302a5fc1693facceaacdf59a43eb1d84 100644
--- a/LayoutTests/inspector/sources/debugger/breakpoint-manager.js
+++ b/LayoutTests/inspector/sources/debugger/breakpoint-manager.js
@@ -41,6 +41,11 @@ InspectorTest.DebuggerModelMock.prototype = {
return this._target;
},
+ debuggerEnabled: function()
+ {
+ return true;
+ },
+
_addScript: function(scriptId, url)
{
this._scripts[scriptId] = new WebInspector.Script(this._target, scriptId, url);
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/debugger-disable-add-breakpoint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698