Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2015-03-10 19:22:52 +0000
committerEugene Tarassov2015-03-10 19:22:52 +0000
commit09d7b0b7c4ba6ae8a83e173f4b13d9af85d1cf34 (patch)
tree925f55f008bef91135907989d2614ac7006f41f0 /plugins/org.eclipse.tcf.cdt.ui/plugin.xml
parent4904421444e5f3cb06871c5216c2666d82450cff (diff)
downloadorg.eclipse.tcf-09d7b0b7c4ba6ae8a83e173f4b13d9af85d1cf34.tar.gz
org.eclipse.tcf-09d7b0b7c4ba6ae8a83e173f4b13d9af85d1cf34.tar.xz
org.eclipse.tcf-09d7b0b7c4ba6ae8a83e173f4b13d9af85d1cf34.zip
TCF Debugger: fixed: Step Into Selection is disabled in the TCF debugger
Diffstat (limited to 'plugins/org.eclipse.tcf.cdt.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.tcf.cdt.ui/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
index d06d68709..835a9cd58 100644
--- a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
+++ b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?><!--
- Copyright (c) 2010, 2014 Wind River Systems, Inc. and others.
+ Copyright (c) 2010, 2015 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -29,6 +29,7 @@
<adapter type="org.eclipse.cdt.debug.core.model.IReverseStepIntoHandler"/>
<adapter type="org.eclipse.cdt.debug.core.model.IReverseStepOverHandler"/>
<adapter type="org.eclipse.cdt.debug.core.model.IReverseResumeHandler"/>
+ <adapter type="org.eclipse.cdt.debug.core.model.IStepIntoSelectionHandler"/>
<adapter type="org.eclipse.cdt.debug.core.model.IUncallHandler"/>
<adapter type="org.eclipse.cdt.debug.ui.IPinProvider"/>
<adapter type="org.eclipse.cdt.debug.core.ICWatchpointTarget"/>

Back to the top