Kaynağa Gözat

Added missing debug launch mode for org.eclipse.debug.ui.launchConfigurationTabGroups extension (resulted in exception when opening debug configurations).

Thomas Kutz 9 yıl önce
ebeveyn
işleme
5bd4a5079a

+ 4 - 0
plugins/org.yakindu.sct.simulation.ui.sexec/plugin.xml

@@ -20,6 +20,10 @@
                   mode="run"
                   perspective="org.yakindu.sct.ui.SimulationPerspective">
             </launchMode>
+              <launchMode
+                    mode="debug"
+                    perspective="org.yakindu.sct.ui.SimulationPerspective">
+              </launchMode>
    	 </launchConfigurationTabGroup>
 	</extension>