| 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
|
|
|