Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e1e059356e48908caa9dc46041f0f5b6f70aeece (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
###############################################################################
# Copyright (c) 2007, 2010 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/Eclipse Debugger Integration UI (Incubation)
providerName = Eclipse.org

debugCurrentInstructionPointer = Debug Current Instruction Pointer
debugCallStack = Debug Call Stack

DebuggerActionSet.label = TCF Debugger

SignalsCommand.label = Signals...

CastToTypeAction.label=Cast To Type...
CastToTypeAction.tooltip=Cast Expression To Type
RestoreDefaultTypeAction.label=Restore Original Type
RestoreDefaultTypeAction.tooltip=Restore Original Type Of Expression
CastToArrayAction.label=Display As Array...
CastToArrayAction.tooltip=Display Expression As Array

Back to the top