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

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

Issue 323503002: Devtools: Support disabling and enabling of debugger in TargetBreakpoints (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test that adds/removes breakpoint while debugger is turned off 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
Index: LayoutTests/inspector/sources/debugger/breakpoint-manager.html
diff --git a/LayoutTests/inspector/sources/debugger/breakpoint-manager.html b/LayoutTests/inspector/sources/debugger/breakpoint-manager.html
index 3c380fcace46f3c87ee3badb3ce24e38fddcf609..7f43ee2324a9c45cfd73765b5cc44b852712468a 100644
--- a/LayoutTests/inspector/sources/debugger/breakpoint-manager.html
+++ b/LayoutTests/inspector/sources/debugger/breakpoint-manager.html
@@ -95,6 +95,11 @@ function test()
return mockTarget;
},
+ debuggerEnabled: function()
+ {
+ return true;
+ },
+
_addScript: function(scriptId, url)
{
this._scripts[scriptId] = new WebInspector.Script(mockTarget, scriptId, url);

Powered by Google App Engine
This is Rietveld 408576698