diff --git a/platform/platform-resources/src/META-INF/xdebugger.xml b/platform/platform-resources/src/META-INF/xdebugger.xml
index f005c12074d6..4d1533f4a332 100644
--- a/platform/platform-resources/src/META-INF/xdebugger.xml
+++ b/platform/platform-resources/src/META-INF/xdebugger.xml
@@ -4,6 +4,10 @@
com.intellij.xdebugger.XDebuggerManager
com.intellij.xdebugger.impl.XDebuggerManagerImpl
+
+
+ com.intellij.xdebugger.memory.component.InstancesTracker
+
@@ -67,6 +71,7 @@
order="first" id="smart-step-into-enter"/>
+
@@ -74,5 +79,18 @@
+
+
diff --git a/resources/src/componentSets/Debugger.xml b/resources/src/componentSets/Debugger.xml
index 47e6efc817fa..0a70aeeb4249 100644
--- a/resources/src/componentSets/Debugger.xml
+++ b/resources/src/componentSets/Debugger.xml
@@ -17,13 +17,6 @@
-
-
- com.intellij.xdebugger.memory.component.InstancesTracker
-
-
-
-
\ No newline at end of file
diff --git a/resources/src/idea/JavaActions.xml b/resources/src/idea/JavaActions.xml
index 3cc5967f0148..ef2e766b7a16 100644
--- a/resources/src/idea/JavaActions.xml
+++ b/resources/src/idea/JavaActions.xml
@@ -577,30 +577,23 @@
relative-to-action="XDebugger.JumpToTypeSource"/>
-
+
+
+