mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00

- add org.eclipse.cdt.debug.application plugin which supports running CDT debugger as Eclipse application - add org.eclipse.cdt.debug.application.docs plugin which is the modified CDT docs - add org.eclipse.cdt.debug.standalone-feature which bundles the two aforementioned plugins - add org.eclipse.cdt.debug.standlone.source-feature Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13 Reviewed-on: https://git.eclipse.org/r/25845 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
39 lines
No EOL
1.6 KiB
Properties
39 lines
No EOL
1.6 KiB
Properties
#################################################################################
|
|
# Copyright (c) 2014 Red Hat, Inc.
|
|
# 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:
|
|
# Red Hat Incorporated - initial API and implementation
|
|
#################################################################################
|
|
bundleName=C/C++ Stand-alone Debugger
|
|
provider=Eclipse CDT
|
|
DwarfSettingEntries.name=Binary Debug Data Entries
|
|
FilterMenus.name=Filter Menus
|
|
ExitMenu.label=E&xit
|
|
WindowMenu.label=&Window
|
|
FileMenu.label=&File
|
|
HelpMenu.label=&Help
|
|
ShowView.label=Show &View
|
|
CustomizePerspective.label=Customi&ze Perspective...
|
|
ResetPerspective.label=&Reset Perspective...
|
|
AboutEclipse.label=&About Eclipse
|
|
HelpContents.label=&Help Contents
|
|
HelpSearch.label=S&earch
|
|
DynamicHelp.label=&Dynamic Help
|
|
Preferences.label=&Preferences
|
|
DummyUnusedPage.name=Dummy page
|
|
DebugNewExecutable.description=Debug a new executable
|
|
DebugNewExecutable.name=Debug New Executable
|
|
DebugNewExecutableMenu.label=&New Executable...
|
|
DebugAttachedExecutable.description=Debug an attached executable
|
|
DebugAttachedExecutable.name=Debug Attached Executable
|
|
DebugAttachedExecutableMenu.label=&Attach Executable...
|
|
DebugCore.description=Debug a corefile
|
|
DebugCore.name=Debug Core File
|
|
DebugCoreMenu.label=Debug &Core File...
|
|
aboutText=Eclipse Stand-alone C/C++ GDB Graphical Debugger\n\nRelease 1.0.0\n
|
|
ProductDesc=Eclipse Stand-alone C/C++ GDB Debugger
|
|
ProductName=Stand-alone C/C++ GDB Debugger |