mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

the user Change-Id: Icd070b655a707474f60438bb9c2217fd87e210ce Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/21106 Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
35 lines
No EOL
1.5 KiB
Properties
35 lines
No EOL
1.5 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2005, 2010 QNX Software Systems 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:
|
|
# QNX Software Systems Ltd. - Initial implementation
|
|
# IBM Corporation
|
|
###############################################################################
|
|
pluginName=C/C++ Development Tools Launching Support
|
|
providerName=Eclipse CDT
|
|
|
|
LocalCDTLaunch.name=Legacy Create Process
|
|
LocalCDTLaunch.description=Start new application optionally under control of the legacy debugger.
|
|
LocalAttachCDTLaunch.name=Legacy Attach to Process
|
|
LocalAttachCDTLaunch.description=Attach legacy debugger to a running program.
|
|
CoreFileCDTLaunch.name=Legacy Postmortem Debugger
|
|
CoreFileCDTLaunch.description=Load an application dump into the legacy debugger.
|
|
LaunchGroup.name=Launch Group
|
|
LaunchGroup.description=Launch several other configurations sequentially
|
|
|
|
MainLaunchTab.name=Main
|
|
ArgumentsLaunchTab.name=Arguments
|
|
EnvironmentLaunchTab.name=Environment
|
|
DebuggerLaunchTab.name=Debugger
|
|
SourceLookupLaunchTab.name=Source
|
|
CommonLaunchTab.name=Common
|
|
CoreFileLaunchTab.name=Debugger
|
|
RefreshLaunchTab.name=Refresh
|
|
|
|
resourceRenameParticipant.name=C/C++ Launch Configuration Rename Participant
|
|
|
|
launchConfigAffinity.name = CDT Launch Config Affinity |