Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7304d7e405dad05a3ffca7a9e6e6d998c730a443 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
###############################################################################
# Copyright (c) 2007, 2012 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#  
# Contributors:
#     Wind River Systems - initial implementation
###############################################################################
pluginName = TCF/CDT Integration UI
providerName = Eclipse CDT

breakpoints.filterPage.name = Scope
launchConfigType.remoteApplication.name=TCF Remote Application

launchTab.main.name=Main
launchTab.arguments.name=Arguments
launchTab.debugger.name=Debugger
launchTab.target.name=Target
launchTab.sourceLookup.name=Source
launchTab.pathMap.name=Path Map
launchTab.common.name=Common
launchTab.environment.name=Environment

launchDelegate.localApplication.name=TCF Create Process
launchDelegate.localApplication.description=Start new application under control of a local TCF agent.
launchDelegate.remoteApplication.name=TCF Remote Process
launchDelegate.remoteApplication.description=Start new application on a remote system under control of a remote TCF agent.
launchDelegate.attach.name=TCF Attach to Process
launchDelegate.attach.description=Attach to a running local or remote program.

action.addWatchpoint.label=Add Watchpoint (C/C++)...
action.breakpointScope.label=Scope Properties...

command.addWatchpoint.name=Add Watchpoint (C/C++)
command.addWatchpoint.desc=Allows to add a new watchpoint on an arbitrary symbol
command.scopeProperties.name=Breakpoint Scope Properties
command.scopeProperties.desc=Edits the breakpoint scope settings of the given group of breakpoints. 


item.addWatchpoint.name=Add Watchpoint...

editor.sourceNotFound.name=Source Not Found

breakpointsPreferencePage.name = Breakpoints
breakpointScope.label=Scope

Back to the top