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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 providerName = The Chromium Authors 5 providerName = The Chromium Authors
6 6
7 pluginName = Chromium JavaScript Remote Debugger UI 7 pluginName = Chromium JavaScript Remote Debugger UI
8 8
9 chromiumLaunchName = Chromium JavaScript 9 chromiumLaunchName = Chromium JavaScript
10 standaloneV8LaunchName = Standalone V8 VM 10 standaloneV8LaunchName = Standalone V8 VM
11 consolePseudoLaunchName = Browser Connection 11 consolePseudoLaunchName = Browser Connection
12 12
13 ChromiumJavascriptDecorator.label = Chromium JavaScript Decorator 13 ChromiumJavascriptDecorator.label = Chromium JavaScript Decorator
14 14
15 OpenFunctionAction.label = Open Function 15 OpenFunctionAction.label = Open Function
16 16
17 BreakpointProperties.name = Breakpoint Properties 17 BreakpointProperties.name = Breakpoint Properties
18 V8JsScript.name = V8 JS Script 18 V8JsScript.name = V8 JS Script
19 19
20 ChromiumSourceFileActionsId.menu.label = V8 Debugging 20 ChromiumSourceFileActionsId.menu.label = V8 Debugging
21 LiveEditWizardAction.label = Preview and Push Source Changes to VM... 21 LiveEditWizardAction.label = Preview and Push Source Changes to VM...
22 PushChangesAction.label = Push Source Changes to VM 22 PushChangesAction.label = Push Source Changes to VM
23 23
24 SynchronizeBreakpoints.menu.label = Synchronize JavaScript Breakpoints
25 SynchronizeBreakpoints.ResetRemote.label = Reset on Remote
26 SynchronizeBreakpoints.ResetLocal.label = Reset on Local
27 SynchronizeBreakpoints.Merge.label = Merge Remote and Local
28
29 ExceptionBreakpoints.menu.label = Break on JavaScript Exceptions
30 ExceptionBreakpoints.Caught.label = Caught
31 ExceptionBreakpoints.Uncaught.label = Uncaught
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698