diff options
author | eutarass | 2011-06-30 20:54:27 +0000 |
---|---|---|
committer | eutarass | 2011-06-30 20:54:27 +0000 |
commit | 5b11c386f9cfa5dccf566cfc2229a29da07ba4b9 (patch) | |
tree | 1f46b2bcbdc9b211aa5e8fb8fc57d71eec1d8cb9 /plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties | |
parent | c1034860084e94449896dc6097edcc64e1438fc3 (diff) | |
download | org.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.properties | 1 |
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 |