Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-05-04 04:11:32 +0000
committerEugene Tarassov2012-05-18 21:06:07 +0000
commita2a04cd35bf629724d974c7aba2fdae3a6bb677e (patch)
treea2d1913ea2f8969b8f727a2611a68f71fae6475e /plugins/org.eclipse.tcf.cdt.ui/plugin.xml
parent8c431ab5a53fad6fc763896da995015f67c17984 (diff)
downloadorg.eclipse.tcf-a2a04cd35bf629724d974c7aba2fdae3a6bb677e.tar.gz
org.eclipse.tcf-a2a04cd35bf629724d974c7aba2fdae3a6bb677e.tar.xz
org.eclipse.tcf-a2a04cd35bf629724d974c7aba2fdae3a6bb677e.zip
US3739 - Grouping Breakpoints by Trigger Scope
Initial prototype.
Diffstat (limited to 'plugins/org.eclipse.tcf.cdt.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.tcf.cdt.ui/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
index cde009c22..4df37c0ed 100644
--- a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
+++ b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
@@ -345,4 +345,12 @@
name="%editor.sourceNotFound.name">
</editor>
</extension>
+ <extension
+ point="org.eclipse.debug.ui.breakpointOrganizers">
+ <breakpointOrganizer
+ class="org.eclipse.tcf.internal.cdt.ui.breakpoints.BreakpointScopeOrganizer"
+ id="org.eclipse.tcf.cdt.ui.breakpointScopeGroup"
+ label="Scope">
+ </breakpointOrganizer>
+ </extension>
</plugin>

Back to the top