2005-06-23 16:01:26 +00:00
|
|
|
###############################################################################
|
2007-06-14 18:51:35 +00:00
|
|
|
# Copyright (c) 2005, 2007 QNX Software Systems and others.
|
2002-08-13 04:05:02 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
2005-06-23 16:01:26 +00:00
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
2002-08-13 04:05:02 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2005-06-23 16:01:26 +00:00
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
2002-08-13 04:05:02 +00:00
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# QNX Software Systems Ltd. - Initial implementation
|
2005-06-23 16:01:26 +00:00
|
|
|
###############################################################################
|
2002-09-26 19:36:12 +00:00
|
|
|
pluginName=C/C++ Development Tools Launching Support
|
2002-08-26 16:52:29 +00:00
|
|
|
providerName=Eclipse.org
|
2002-08-13 04:05:02 +00:00
|
|
|
|
2009-02-27 22:38:54 +00:00
|
|
|
LocalCDTLaunch.name=Standard Create Process
|
|
|
|
LocalCDTLaunch.description=Start new application optionally under control of the standard debugger.
|
|
|
|
LocalAttachCDTLaunch.name=Standard Attach to Process
|
|
|
|
LocalAttachCDTLaunch.description=Attach standard debugger to a running program using.
|
|
|
|
CoreFileCDTLaunch.name=Standard Postmortem Debugger
|
|
|
|
CoreFileCDTLaunch.description=Load an application dump into the standard debugger.
|
2009-04-01 14:34:06 +00:00
|
|
|
LaunchGroup.name=Launch Group
|
|
|
|
LaunchGroup.description=Launch several other configurations sequentially
|
2004-02-19 23:29:54 +00:00
|
|
|
|
2009-02-27 22:38:54 +00:00
|
|
|
MainLaunchTab.name=Main
|
|
|
|
ArgumentsLaunchTab.name=Arguments
|
|
|
|
EnvironmentLaunchTab.name=Environment
|
|
|
|
DebuggerLaunchTab.name=Debugger
|
|
|
|
SourceLookupLaunchTab.name=Source
|
|
|
|
CommonLaunchTab.name=Common
|
2009-03-13 12:23:01 +00:00
|
|
|
CoreFileLaunchTab.name=Debugger
|
|
|
|
RefreshLaunchTab.name=Refresh
|
2009-04-01 14:34:06 +00:00
|
|
|
|