Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.core/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.core/plugin.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/plugin.properties b/debug/org.eclipse.cdt.debug.core/plugin.properties
index 1fe0ca2488f..7c79e03bdd2 100644
--- a/debug/org.eclipse.cdt.debug.core/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.core/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2006 QNX Software Systems and others.
+# Copyright (c) 2000, 2007 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
@@ -7,7 +7,8 @@
#
# Contributors:
# QNX Software Systems - Initial API and implementation
-# Nokia - Added support for AbsoluteSourceContainer( 159833 )
+# Ken Ryall (Nokia) - Added support for AbsoluteSourceContainer( 159833 )
+# Ken Ryall (Nokia) - Added support for breakpoint problems( 170027 )
###############################################################################
pluginName=C/C++ Development Tools Debug Model
providerName=Eclipse.org
@@ -18,6 +19,7 @@ cLineBreakpoints.name=C/C++ Line Breakpoints
cAddressBreakpoints.name=C/C++ Address Breakpoints
cFunctionBreakpoints.name=C/C++ Function Breakpoints
cWatchpoints.name=C/C++ Watchpoints
+breakpointProblem.name=C/C++ Breakpoint Problem
containerName.mapping=Path Mapping
containerDescription.mapping=A path mapping.

Back to the top