Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2008-03-11 01:53:54 +0000
committerCurtis Windatt2008-03-11 01:53:54 +0000
commit0cff7dfb8269efd827dbe89319deef162bfb0dae (patch)
tree0eeb828f7452f1fe715145422043b9ce208220b5 /org.eclipse.debug.examples.ui/plugin.xml
parent0eef3bce739f6ed1fda09bd791ca46e880b6e601 (diff)
downloadeclipse.platform.debug-0cff7dfb8269efd827dbe89319deef162bfb0dae.tar.gz
eclipse.platform.debug-0cff7dfb8269efd827dbe89319deef162bfb0dae.tar.xz
eclipse.platform.debug-0cff7dfb8269efd827dbe89319deef162bfb0dae.zip
Added example step over handler
Diffstat (limited to 'org.eclipse.debug.examples.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.examples.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.examples.ui/plugin.xml b/org.eclipse.debug.examples.ui/plugin.xml
index 28322f77c..6bc3dc8a7 100644
--- a/org.eclipse.debug.examples.ui/plugin.xml
+++ b/org.eclipse.debug.examples.ui/plugin.xml
@@ -223,6 +223,9 @@
<adapter
type="org.eclipse.debug.internal.ui.viewers.model.provisional.IElementMementoProvider">
</adapter>
+ <adapter
+ type="org.eclipse.debug.core.commands.IStepOverHandler">
+ </adapter>
</factory>
<factory
class="org.eclipse.debug.examples.ui.midi.adapters.MidiAdapterFactory"

Back to the top