浏览代码

Added 'Breakpoints view to Simulation Perspective

Andreas Mülder 12 年之前
父节点
当前提交
6d12bc4d84

+ 2 - 1
plugins/org.yakindu.sct.ui/src/org/yakindu/sct/ui/perspectives/SimulationPerspectiveFactory.java

@@ -42,7 +42,8 @@ public class SimulationPerspectiveFactory implements IPerspectiveFactory {
 
 		IFolderLayout bottomRight = layout.createFolder("bottomRight",
 				IPageLayout.BOTTOM, 0.33f, "topRight");
-		bottomRight.addView("org.yakindu.sct.simulation.ui.declarationview");
+		bottomRight.addView("org.yakindu.sct.simulation.ui.declarationview");
+		bottomRight.addView("org.eclipse.debug.ui.BreakpointView");
 
 		IFolderLayout top = layout.createFolder("top", IPageLayout.TOP, 0.22f,
 				editorArea);