Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.ui/plugin.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties b/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
index a499633036d..3b03e472680 100644
--- a/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
@@ -20,3 +20,9 @@ TargetOptionsPage.label=GDB/MI Options
VerboseMode.label=Verbose Mode
VerboseMode.tooltip=Verbose Mode For gdb Console
+
+catchCatch.label = Exception Caught
+catchThrow.label = Exception Thrown
+catchType.label = Event Type
+catchSignal.label = Signal Caught
+catchSignal.arg.label = Signal Number \ No newline at end of file

Back to the top