Skip to content

Commit d3e7aef

Browse files
authored
Merge pull request #11 from eharris369/fixDebugPerspectiveSwitch
Fix automatic switching to debug perspective when breakpoint is hit
2 parents c90c771 + fc998e7 commit d3e7aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/com.ibm.microclimate.ui/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<extension point="org.eclipse.debug.ui.launchConfigurationTabGroups">
3939
<launchConfigurationTabGroup
4040
id="com.ibm.microclimate.ui.internal.launchConfigTabGroup"
41-
type="com.ibm.microclimate.core.internal.launchConfigType"
41+
type="com.ibm.microclimate.core.internal.launchConfigurationType"
4242
class="com.ibm.microclimate.ui.internal.MicroclimateLaunchConfigTabGroup"/>
4343
</extension>
4444

0 commit comments

Comments
 (0)