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

Unified Diff: plugins/org.chromium.debug.ui/plugin.properties

Issue 3402011: Support 'break on exception' feature (Closed)
Patch Set: follow codereview Created 10 years, 3 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: plugins/org.chromium.debug.ui/plugin.properties
diff --git a/plugins/org.chromium.debug.ui/plugin.properties b/plugins/org.chromium.debug.ui/plugin.properties
index 4e80f40b808276ac003d102fcf6c8e384dc9b4eb..36ac2f49562257c06944ecbd6b4d4da33ef6492e 100755
--- a/plugins/org.chromium.debug.ui/plugin.properties
+++ b/plugins/org.chromium.debug.ui/plugin.properties
@@ -20,4 +20,12 @@ V8JsScript.name = V8 JS Script
ChromiumSourceFileActionsId.menu.label = V8 Debugging
LiveEditWizardAction.label = Preview and Push Source Changes to VM...
PushChangesAction.label = Push Source Changes to VM
-
+
+SynchronizeBreakpoints.menu.label = Synchronize JavaScript Breakpoints
+SynchronizeBreakpoints.ResetRemote.label = Reset on Remote
+SynchronizeBreakpoints.ResetLocal.label = Reset on Local
+SynchronizeBreakpoints.Merge.label = Merge Remote and Local
+
+ExceptionBreakpoints.menu.label = Break on JavaScript Exceptions
+ExceptionBreakpoints.Caught.label = Caught
+ExceptionBreakpoints.Uncaught.label = Uncaught

Powered by Google App Engine
This is Rietveld 408576698