Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-06-30 20:54:27 +0000
committereutarass2011-06-30 20:54:27 +0000
commit5b11c386f9cfa5dccf566cfc2229a29da07ba4b9 (patch)
tree1f46b2bcbdc9b211aa5e8fb8fc57d71eec1d8cb9 /plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties
parentc1034860084e94449896dc6097edcc64e1438fc3 (diff)
downloadorg.eclipse.tcf-5b11c386f9cfa5dccf566cfc2229a29da07ba4b9.tar.gz
org.eclipse.tcf-5b11c386f9cfa5dccf566cfc2229a29da07ba4b9.tar.xz
org.eclipse.tcf-5b11c386f9cfa5dccf566cfc2229a29da07ba4b9.zip
TCF Debugger: implemented editor markers that show breakpoints status for current selection in the Debug view.
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties')
-rw-r--r--plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties b/plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties
index 5e5f22e79..a246bf272 100644
--- a/plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties
+++ b/plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties
@@ -15,6 +15,7 @@ preferencePage.name = Target Communication
debugCurrentInstructionPointer = Debug Current Instruction Pointer
debugCallStack = Debug Call Stack
+debugBreakpointInstance = Breakpoint
DebuggerActionSet.label = TCF Debugger

Back to the top